Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
13 lines
476 B
Plaintext
13 lines
476 B
Plaintext
From the aescrypt README.html:
|
|
|
|
This is a program for encrypting/decrypting streams of data using
|
|
Rijndael and Cipher Block Feedback mode (CFB-128).
|
|
|
|
...
|
|
|
|
5. This program was deliberately kept extremely simple. It is not
|
|
intended to be a full encryption solution, it is intended to be
|
|
used within scripts as part of a complete solution. Keychain
|
|
management, public key signatures, etc. are all expected to be
|
|
done external to this program.
|