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
Write an application, which takes in a file name, and a hashing type, I.E. md5, sha1, sha2, crc, bcript, ... and gives you the hash of the given file as a hex string.
For added complexity, take in a GPG key, or a link to one, and verify that the signature on a file is that of the given key.
The text was updated successfully, but these errors were encountered:
yes, of course. I'm not advocating asking beginners to write cripto libs, which is downright dangerous. I wouldn't attempt writing a cripto lib if my boss asked me to, because i'm simply not qualified.
one can use sphlib to implement file hashing in java. For algorithms like (MD2 , MD5 , SHA-1 , SHA-256 , SHA-512 , SHA-384 ) one can refer to FileHashing file written in java for reference
Write an application, which takes in a file name, and a hashing type, I.E. md5, sha1, sha2, crc, bcript, ... and gives you the hash of the given file as a hex string.
For added complexity, take in a GPG key, or a link to one, and verify that the signature on a file is that of the given key.
The text was updated successfully, but these errors were encountered: