encrypt
encrypt copied to clipboard
🔒 A set of high-level APIs over PointyCastle for two-way cryptography.
I'm trying the [Crypto](https://nodejs.org/api/crypto.html) package from Node JS. But I didn't find anything equivalent to "AES/SIC" which is supported by this `encrypt` package. So how to decrypt the data on...
current version 5.0.1 do not support OAEP SHA256, can help to build new version for that ? thanks
``` final privKey = RSAKeyParser().parse( "private key"); final encrypter = Encrypter(RSA(privateKey: privKey)); **//here it gives me error, because RSAKeyParser().parse() returns RSAAsymmetricKey** ```
currently i'm trying to decrypt files from back-end and the iv array has sign integer (ex: [-23, -41, -90, -61, 70, -78, -36, 106, 83, 50, -44, -5, -74, -12,...
use 'openssl' generate private and public key; It's ok when i set private key length 1024,but it not worked when i set private key length 2048; opensll version : LibreSSL...
I have a simple fernet decryption with a secret key and when i execute it in the browser it throws this exception: ``` ════════ Exception caught by widgets library ═══════════════════════════════════...
after upgrade to v4.1.0, always return error "Fernet key must be 32 url-safe base64-encoded bytes." but tested with 4.0.1 and 4.0.2 work fine...
Hello, thanks for your hard work on this package. I have a problem with package namely I can not reproduce [this code](https://github.com/leocavalcante/encrypt/blob/5.x/example/aes_gcm.dart) with your package. I get the following errors:...
I have a special requirement to generate a private key and unlock it with a public key, but the current API does not support this
usa privateKey encrypt fail ``` MIICcwIBADANBgkqhkiG9w0BAQEFAASCAl0wggJZAgEAAoGBAJaPdYkgrnLv+EBRGw2YJOm6wh12 Qd9RHb4tlxGJR6c4NKmNm9ngUns9EfBjdgKvfkqaolH+/eKeuAahNP5+T91NYAyMAJN79lFynbOh dwQG32ttX+vBLCPJFnsjiGI4TdnmMerv05WYBWdHhSWn7DEtvAhzOkHvlnQ/u6MxwBefAgMBAAEC f1lk1GSXAv07fiqx/V4U99XPDXJwxKvTfdVtPEUtPV4MATiq296BUnfZyszwQSFXEaU6KyaEQDpO AvXswYpZdREHSXH3BeZSQe1DTRi85xA6RKSaiXNaTZ608+G1SCGsBjbCcae7bqqZv5OH+oPFKWJa rSqi6YjhauQv0sGVv4ECQQDQ8Opjy2I8HCjE4sna1YKYmtKC5dT6O/m4eISnnyLV5dgnGqwqy8qq RzxdzkFaUVEoiXPiiJFfqumRdf+T+0HXAkEAuHhw5Az/08xEbwfIBqHXGy7rqH1dsyRru3Euol9p kU1AbSQFNbml0hjRLdUhW5+q8OKLngj7BDYH+orJqmSveQJAUB4xIncYgggiMezsjfcVDsM/OWY7 1oAs72l3JHdG+lIaIlR99CMU4VpTcXznXmSUBEFAqHrJk6+LxHVEvU+5HQJAHRzs/CDNEzkOp9M7 j0hlcWXTTVETw50A36E6MegK+iKOA2uG4va8o87E3I3haNtnGAM486UJMJ3yXmke8KRZSQJAG/VH t77XdwFrjala7pNd3wlH4KCO5tnwkP9yPlNujA5RbjBCllREcF2Wcelem4jxI/kxSvbI5fm+jrfW yc1b7w== ``` >>>>>>>type 'ASN1Sequence' is not a subtype of type 'ASN1Integer' in type cast