aboutsummaryrefslogtreecommitdiff
path: root/security/caesarcipher
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/caesarcipher: Fix WWWTobias Kortkamp2019-01-251-1/+1
| | | | | | | | PR: 222760 Reported by: George L. Yermulnik <yz@yz.kiev.ua> Notes: svn path=/head/; revision=491138
* New port: security/caesarcipherTobias Kortkamp2019-01-253-0/+34
caesarcipher is an implementation of the traditional Caesar cipher encryption algorithm with an extension to all printable ASCII characters. It can be run as an interactive tool on the command line or process input- and outputfiles that are passed to the ultility. WWW: http://www.olivermahmoudi.com/programming/caesarcipher PR: 222760 Submitted by: Oliver Mahmoudi <fbsd@olivermahmoudi.com> Notes: svn path=/head/; revision=491137