cross-crypto-rs 🚀
Librería de criptografía en Rust compatible con Python y JavaScript.
📌 Instalación
Agrega la librería en Cargo.toml:
[]
= "0.1"
🔹 Uso
use ;
🔥 Características
✅ Interoperabilidad con Python (cross-crypto-py) y JavaScript (cross-crypto-ts). ✅ Cifrado híbrido con RSA + AES-GCM. ✅ Seguro y eficiente con openssl, aes-gcm y rand.
📝 Licencia
MIT
🔗 Enlaces a las librerias interoperables
Python: https://github.com/acadyne/cross-crypto-py JavaScript/TypeScript: https://github.com/acadyne/cross-crypto-ts Rust: https://github.com/acadyne/cross-crypto-rs