Safe encryption algorithm that works with files bigger than 68GB
In my Java application, I used AES/GCM/NoPadding algorithm for encryption, however it throws an exception when I try to encrypt files bigger than ~68GB. From what I read, it is limit of data that can be encrypted using GCM.
… Continue reading Safe encryption algorithm that works with files bigger than 68GB