PolyCrypt Samples
This page provides a list of examples of how to use polycrypt. They increase gradually in complexity, starting with "hello world" examples, and progressing up to applications that are useful in the real world.
- hello-hash.html - Hash the string "Hello world!"
- hello-hash2.html - Hash a string of your choosing
- hello-enc.html - Encrypt a string of your choosing
- demo/ - Test all of the API functions
- x509/ - Generate a self-signed email certificate
- tls/ - Generate a self-signed web server certificate
- GrayMail Chat - Use our Encrypted Chat Service