aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyncrypto
Commit message (Collapse)AuthorAgeFilesLines
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-241-6/+5
| | | | | | | | | | - Support STAGEDIR Submitted by: sunpoet (myself) Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC) Notes: svn path=/head/; revision=328180
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - add new port: sysutils/rsyncryptoJason Helfman2012-12-083-0/+50
Rsyncrypto is a modified encryption scheme. It is based on industry standard AES for symmetric encryption, as well as RSA for having different keys for each file while allowing a single key to decrypt all files. It even uses an encryption mode that is based on CBC. Rsyncrypto does, however, do one thing differently. It changes the encryption schema from plain CBC to a slightly modified version. This modification ensures that two almost identical files, such as the same file before an after a change, when encrypted using rsyncrypto and the same key, will produce almost identical encrypted files. This means that both objectives can be achieved simultaneously. WWW: http://rsyncrypto.lingnu.com/ PR: 169840 Submitted by: linpct@gmail.com Feature safe: yes Notes: svn path=/head/; revision=308465