Utility Operation
Generate archive password¶
Generate the actual password for an encrypted file, namely, an archive.
Arguments
--pwd "hello": the subject password, which is the base password for generating the actual password. This subject is just a conceptual one, which does not necessarily exist.- (Optional)
--hashAlg 0: the hash algorithm for generating the actual password.0(default) means SHA256,1means SHA1 and2means MD5.
Output
Subject password: hello
Hash algorithm: Sha256
Generated archive password: ef1a7adb182609c7c59170bdc7719516afb6514e539c1bbed5968d2fa5078258
Hash filename¶
This is the same algorithm to generate the filename of an encrypted file.
Arguments
--filename "selfie.png": the filename to be hashed.- (Optional)
--hashAlg 0: the hash algorithm for generating the actual password.0(default) means SHA256,1means SHA1 and2means MD5.
Output