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











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord 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.

 

Do you want to contribute?