Update README.md

This commit is contained in:
Bill Buchanan
2023-02-09 16:08:46 +00:00
committed by GitHub
parent 1c24a17c69
commit 89f2974914

View File

@@ -34,6 +34,13 @@ The voice over lecture is here:
[![](http://img.youtube.com/vi/RCArDEBXvW0/0.jpg)](https://www.youtube.com/watch?v=RCArDEBXvW0 "")
## Demos
Here are a few demos:
* OpenSSL hashing methods: [here](https://asecuritysite.com/openssl/openssl_full2)
* Blake, MD5, SHA1, SHA256: [here](https://asecuritysite.com/hash/hashnew)
* Blake 3: [here](https://asecuritysite.com/hash/blake3)
* Benchmarks: [here](https://asecuritysite.com/hash/htest)
* sha512crypt ($6$) SHA512 (Unix): [here](https://asecuritysite.com/hash/splunk_hash)