[GH-ISSUE #704] [BUG] MD5 and SHA1 addons doesn't work #700

Open
opened 2026-03-03 19:21:07 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Nov 21, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/704

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Currently, the following script doesn't work:

// Hash SHA1
const { sha1 } = require("@addons/SHA1.js")

// Usage:
var hashedText = sha1("Hello World");

It yields the error that Proxyman couldn't import the hashed.js file. We should fix it 👍

Originally created by @NghiaTranUIT on GitHub (Nov 21, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/704 Originally assigned to: @NghiaTranUIT on GitHub. ### Description Currently, the following script doesn't work: ```js // Hash SHA1 const { sha1 } = require("@addons/SHA1.js") // Usage: var hashedText = sha1("Hello World"); ``` It yields the error that Proxyman couldn't import the hashed.js file. We should fix it 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 21, 2020):

Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.13.0_Addon_Bug.dmg

Screen Shot 2020-11-21 at 11 23 48
<!-- gh-comment-id:731513912 --> @NghiaTranUIT commented on GitHub (Nov 21, 2020): Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.13.0_Addon_Bug.dmg <img width="1792" alt="Screen Shot 2020-11-21 at 11 23 48" src="https://user-images.githubusercontent.com/5878421/99868820-91077180-2bf8-11eb-8638-50b7fdfe3aac.png">
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#700
No description provided.