1.1.0 • Published 2 years ago

easy-crypto-front v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

easy-crypto-front

Easy crypto to frontend projects

const cryptr = getCryptrConfigurations('salt');
const textEncrytp = cryptr.encrypt(email);
const textDecrytp = cryptr.decrypt(email);
1.1.0

2 years ago

1.0.0

2 years ago