Skip to content
/ sha Public

A javascript implementation of the Secure Hashing Algorithm, including SHA-1 and SHA-256.

Notifications You must be signed in to change notification settings

XynthX/sha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sha

A javascript implementation of the Secure Hashing Algorithm, including SHA-1 and SHA-256.

sha256.raw('This is an example')
[1207653948, 3371724227, 2089209995, 3309475471, 2038869208, 479706998, 3682260804, 1082122519]
sha256.hex('This is an example')
'47fb563cc8f86dc37c86d08bc542968f7986acd81c97bf76db7ad744407fe117'

About

A javascript implementation of the Secure Hashing Algorithm, including SHA-1 and SHA-256.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published