How to securely encrypt shared data for a dynamic amount of users?

Example:

Bob uploads a file to my custom file server locked with a password, which then the file server generates a link for him to share

Bob wants to be able to share this data to anyone that has this link
Bob doesn’t want anyone but t… Continue reading How to securely encrypt shared data for a dynamic amount of users?

Is it possible to extract encryption keys from software executing on your own system?

I’m a newbie in this field so forgive me in advance if this question is stupid in anyway.
Say we have a software that is executing on our system and encrypting files using a secret key that is not known to us. Is it possible to somehow gai… Continue reading Is it possible to extract encryption keys from software executing on your own system?

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]