Skip to content

simple implementation of sha_256 hashing function

License

Notifications You must be signed in to change notification settings

catan2001/sha_256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sha_256

This is a simple implementation of SHA256 hashing function. It is free to use for anyone. Currently works only for strings shorter than 55.

About

SHA256 (SecureHashAlgorithm) is a part of SHA2 family of algorithms published in 2001. It's a compression function that works with an input of 512bit wide blocks of messages and outputs 256-bit wide HASH values. It is used for authentication and encryption protocols.

Example

input string: AlokinCitac

Output HASH: d8662cd9894b29a88c0463b523514a837031e6dde61cfd9bf29ddc89130e2290
Expected HASH: d8662cd9894b29a88c0463b523514a837031e6dde61cfd9bf29ddc89130e2290

Resources

About

simple implementation of sha_256 hashing function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages