Scott Maxa
Results
1
issues of
Scott Maxa
I was trying to encrypt a string using a generated key and no IV because I'm using ECB. Here's my code: ``` var crypt = AesCrypt(); crypt.aesSetMode(AesMode.ecb); Uint8List key =...