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