AES mode for reusing same keyset
I’m building a sharing protocol where users share data. To make it so only those authorised to read the data can do it, I’m using AES256 encryption. Every authorized person has a keyset (IV & key) to decrypt the information. The same k… Continue reading AES mode for reusing same keyset