steel_crypt
steel_crypt copied to clipboard
A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
Hi, First I want to say thanks so much for your library, it has made me life so much easier and is much more stable than any of the other...
I tried to use your pacakge in web app to encrypt essential data before sending to remote side but I got the exception `Uint64List is not supported in the web`....
Not "UNSECURE". I looked this up to see if there was anything to recommend for Dart / RSA-OAEP, but if the homepage is spelling "UNSECURE" then I just assume that...
Hi I am trying to replicate the same encryption/decryption that is done using Steel Crypt on NodeJs, the same data that is being encrypted on device needs to be decrypted...
Following up on [issue #11](https://github.com/AKushWarrior/steel_crypt/issues/11#issuecomment-650640721) The following code: ``` List key128bit=[ 122,140,235,87, 10,140,37,178, 172,182,154,240, 211,126,138,11 ]; List encodeIV=[ 0,0,0,0, 1,1,1,1, 2,2,2,2 ]; String plaintext='a sample plaintext'; // utf-8 encoded in...
Great Lib! Thank you very much! What about adding *SHAKE* on your roadmap?
This message has been hijacked to tell you that this issue is not just about the below. Instead, it's an issue for Steel Crypt 2.0, a comprehensive revamp of steel_crypt...
My use-case would be to encrypt/decrypt rclone encrypted file names. > They are encrypted with EME using AES with 256 bit key. EME (ECB-Mix-ECB) is a wide-block encryption mode presented...