Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe password

Store and check passwords as of current standards told you to

HOW TO

Zero setup

import {SafePasswordHelper} from "safe-password";

// Create result as a ready-made encrypted password
const result = await SafePasswordHelper
                     .get()
                     .standard()
                     .encodeAuto("password");

// Check some password on validity against result
const valid = await SafePasswordHelper
                       .get()
                       .standard()
                       .checkAuto("password", result);
                                    
if(valid) {
    
    // .... Do something
    
}

About

Store and check passwords as of current standards told you to

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages