aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/passhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* More pubkey doc updateslloyd2011-04-081-0/+50
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-50/+0
* Further passhash changes before release and things have to belloyd2010-02-051-3/+3
* Prefix passhash with "$9$" in a manner similar with otherlloyd2010-02-021-3/+1
* Password hashing is a pretty useful service, really. Move the guts oflloyd2010-02-011-58/+7
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-8/+19
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-3/+2
* Update examples for recent API changeslloyd2008-10-081-3/+5
* Fix the DSA examples. Reindent.lloyd2008-06-281-1/+2
* Update pkcs10, passhash exampleslloyd2008-06-271-5/+12
* Update passhash example with new S2K::new_random_salt signaturelloyd2008-05-241-1/+2
* Wrap lines in pk_bench and passhash to keep them under 80 columns.lloyd2007-10-191-2/+2
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-2/+0
* Add a password hashing example. It uses PBKDF2/SHA-1 with 10000 iterations,lloyd2007-03-091-0/+76