About Project

End to End encryption (AES) for multiple languages (cross-platform) with CBC

| Icon | Item | |:----:|:-----------------------------:| | 🥳 | Upcoming | | ⚖️ | License | | 📝 | ChangeLog |

Usage (rust)

Implementation

Cargo

xml encrypto_aes = "0.1.0"

RSA

Documentation will be published soon at our website

You can try:

rust let msg = b"abc"; let mut c = EncryptoAES::init(256).unwrap(); let enc = c.encrypt_cbc(msg); let dec = c.decrypt_cbc(enc.clone()); assert_eq!(&*msg.as_slice(), dec);

Please raise an issue here if the documentation isn't uploaded in long time

Upcoming

| Supported Languages | Status | |---------------------|-----------------------------------------------------------------------------------------------------------| | Flutter | Completed and available here | | Java | Completed and available here | | JavaScript | Completed and available here |

License

Click here