How to recover key and iv for files encrypted by OpenSSL using 3DES encryption? [migrated]

I know there are some answers for similar question, but those seems for AES encryption only, and I got different result when I use python for key derivation.
Now I have passphrase and the salt (from encrypted file by OpenSSL previously usi… Continue reading How to recover key and iv for files encrypted by OpenSSL using 3DES encryption? [migrated]

Why do I keep getting this token error with the cryptography module in python?

Hello I am making a password manager and I keep getting this token error, this is my first time working with cryptography and working with sqlite in python, I am using the same key to encrypt and decrypt passwords. The user has the option … Continue reading Why do I keep getting this token error with the cryptography module in python?

How much data can we encrypt using AES 256 before changing the key? [migrated]

Although this question has been answered in this link (After How Much Data Encryption (AES-256) we should change key?), I am not satisfied with the answers because the Recommendation for Block Cipher Modes of Operation: Galois/Counter Mode… Continue reading How much data can we encrypt using AES 256 before changing the key? [migrated]

Necessary fingerprint length etc. when Alice wants to send multiple pseudonymous messages in public to Bob and keep option of proving authorship later [closed]

Alice wants to send Bob messages. She has the following requirements.

She plans to send him messages that are sequentially numbered, pseudonymous, and sent to him publicly over a period of time.
Each message will take the form of a single… Continue reading Necessary fingerprint length etc. when Alice wants to send multiple pseudonymous messages in public to Bob and keep option of proving authorship later [closed]