safecrypts

1.0.5 • Public • Published
�� # S a f e C r y p t U s a g e # # I n s t a l l a t i o n ` ` ` b a s h n p m i n s t a l l s a f e c r y p t # # U s a g e c o n s t S a f e C r y p t = r e q u i r e ( ' s a f e c r y p t ' ) ; / / G e n e r a t e a h a s h e d p a s s w o r d c o n s t p l a i n P a s s w o r d = ' m y S e c u r e P a s s w o r d ' ; c o n s t h a s h e d P a s s w o r d = S a f e C r y p t . g e n e r a t e H a s h ( p l a i n P a s s w o r d ) ; / / C o m p a r e a p a s s w o r d w i t h t h e h a s h e d p a s s w o r d c o n s t i s M a t c h = S a f e C r y p t . c o m p a r e H a s h ( p l a i n P a s s w o r d , h a s h e d P a s s w o r d ) ; c o n s o l e . l o g ( ' P a s s w o r d M a t c h : ' , i s M a t c h ) ; . N o t e : R e p l a c e ' m y S e c u r e P a s s w o r d ' w i t h t h e a c t u a l p a s s w o r d y o u w a n t t o h a s h a n d c o m p a r e .

Package Sidebar

Install

npm i safecrypts

Weekly Downloads

11

Version

1.0.5

License

ISC

Unpacked Size

2.55 kB

Total Files

3

Last publish

Collaborators

  • sooraj0098