aes_crypt
aes_crypt copied to clipboard
Dart encryption library for encrypting/decrypting files, plain text and binary data in AES Crypt file format
Moved the project to null safety
When this package is going to be compatible for Dart 3 ?
An attempt to migrate to null safety, I have made minor changes and with them currently 1. Package is able to be compiled in null-safe projects. 2. File Decryption works...
Do you have plans to update this splendid package to Sound Null Safety? I have a Flutter v2.10.1 Windows desktop application that I'm trying to use aes_crypt in. When I...
hi, CTR is one of the main major algorithms of AES encryption but there is no implementation for it in this library, why? is it going to be included in...
i have encryption file when i decrypt it i get the error `The chunk 'file header' was expected to be 414553 but found EEFBE5` what does this mean?? ``` String...
read data from internet
Can aes-crypt be used on Flutter Web?
Apologies for the question. Can aes-crypt be used on Desktop Windows and macOS? Thank you! Karl