About Project
End to End encryption (AES) for multiple languages (cross-platform) with CBC
| Icon | Item |
|---|---|
| 🥳 | Upcoming |
| ⚖️ | License |
| 📝 | ChangeLog |
Usage (rust)
Implementation
Cargo
encrypto_aes = latest
RSA
Documentation will be published soon at our website
You can try:
let msg = b"abc";
let mut c = init.unwrap;
let enc = c.encrypt_cbc;
let dec = c.decrypt_cbc;
assert_eq!;
let enc = c.encrypt_cfb128;
let dec = c.decrypt_cfb128;
assert_eq!;
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 |
- Amazing encrypto with prevention against man in the middle attacks and AES-CBC with RSA key exchange for multiple language