Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

SHA-2 functions

 

Cryptographic hash functions designed for the National Security Agency (NSA). See here for explanation.

There are SHA example digests for testing here.

 

Function List

 

String SHA256String(const void *data, dword size)

Returns a String representing the 32 bytes (256 bits) SHA-2 hash of size bytes of data.

 


 

String SHA256String(const String& data)

Returns a String representing the 32 bytes (256 bits) SHA-2 hash of data.

 

Last edit by klugier on 03/31/2019. Do you want to contribute?. T++