1.1.0 • Published 2 years ago
easy-crypto-front v1.1.0
easy-crypto-front
Easy crypto to frontend projects
const cryptr = getCryptrConfigurations('salt');
const textEncrytp = cryptr.encrypt(email);
const textDecrytp = cryptr.decrypt(email);Easy crypto to frontend projects
const cryptr = getCryptrConfigurations('salt');
const textEncrytp = cryptr.encrypt(email);
const textDecrytp = cryptr.decrypt(email);