recently found this repo for password manager. correct me if i am wrong, the generated Hash Value (raw_hex variable) in the hash_maker.py file is not used in the generation of random password. so, what's the use of calculating Hash values using appname and plaintext given by user. please mention if the hash values are used else where.
thank you,
hi @KalleHallden ,
recently found this repo for password manager. correct me if i am wrong, the generated Hash Value (raw_hex variable) in the hash_maker.py file is not used in the generation of random password. so, what's the use of calculating Hash values using appname and plaintext given by user. please mention if the hash values are used else where. thank you,