python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AES GCM decryption failed while decrypting data encrypted in flutter
I'm trying to decrypt the data in golang using the in-inbuild crypto library, the data is encrypted in flutter/dart using steel_crypt library.
The specific message that is thrown by the golang's crypt...
shikhar.code
Votes: 0
Answers: 1
Flutter how to use AES GCM 256 algorithm to cipher and decrypt using pointycastle package
I have two functions witch cipher and decrypt data with AES-GCM algorithm but using cryptography package. I don't think its bad, it helped me a lot, but I want to translate them so I can use pointycas...
Antonycx
Votes: 0
Answers: 1
Encryption and decryption using an excisting key and Iv
I got an encrypting key in HEX format and its intialization vector (HEX), the length of both of them is 32, I got an encrypted phone number from the client side, and I should decrypt it using the same...
darwin
Votes: 0
Answers: 0
Why AES-GCM with random nonce should be rotated every 200k writes in Kubernetes?
We are implementing encryption at rest in Kubernetes by this tutorial (https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/) and we are absolutely not sure why AES-GCM encryption provider...
pozniakas.
Votes: 0
Answers: 2