@jysperu/helper-encryptpassword
v1.0.0
Published
EncryptPassword
Downloads
6
Readme
Función EncryptPassword
Funciones
export function EncryptPassword(password: string): Promise<string>;
export function VerifyPassword(password: string, hashedPassword: string): Promise<boolean>;Instalación
CDN
<script src="https://unpkg.com/@jysperu/helper-encryptpassword@latest/dist/encryptpassword.umd.js"></script>
NPM
npm i @jysperu/helper-encryptpassword
