Open dgburr opened 1 year ago
Cipher objects are stateful, meaning that it is not possible to reuse the same object to decrypt multiple passwords. With the current implementation the first password will be decrypted successfully but all subsequent decryptions will fail.
Cipher objects are stateful, meaning that it is not possible to reuse the same object to decrypt multiple passwords. With the current implementation the first password will be decrypted successfully but all subsequent decryptions will fail.