You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to implement a plugin for Jarvis, which will enable users to provide a string or file to be hashed. the plugin would request whether the user will be hashing a file or plaintext, and will request for the hash function that the user would like to use. I am planning to use the hashlib library to implement this functionality.
This would be useful for users who are testing password security strength using password hashes, as they could use Jarvis to generate a hash, and then use this for security analysis.
Could you please assign me this issue to work on. Let me know what you think.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to implement a plugin for Jarvis, which will enable users to provide a string or file to be hashed. the plugin would request whether the user will be hashing a file or plaintext, and will request for the hash function that the user would like to use. I am planning to use the hashlib library to implement this functionality.
This would be useful for users who are testing password security strength using password hashes, as they could use Jarvis to generate a hash, and then use this for security analysis.
Could you please assign me this issue to work on. Let me know what you think.
The text was updated successfully, but these errors were encountered: