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.
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.