aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/fpe.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-031-0/+4
| | | | rng_test example.
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
| | | | | | | | including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good.
* Make fpe example output more clear as to what is going onlloyd2009-12-241-4/+11
|
* Extend FPE example to encrypt credit card numbers with valid Luhn checksumslloyd2009-11-131-8/+120
| | | | onto other CCNs with valid checksums.
* Add format preserving encryption, design is FE1/FD1 from the paperlloyd2009-11-051-0/+22
Format-Preserving Encryption (http://eprint.iacr.org/2009/251). This doesn't implement the rank functions which are necessary for the actual format-preserving part, though that would be nice to add to the example.