bfutils
All Top-level Files
Not logged in

Files in the top-level directory in any check-in


#
# bfutils
# Christian Koch <cfkoch@sdf.lonestar.org>
#

bfutils is a collection of handy, tiny tools which deal with files encrypted
with the Blowfish cipher. You'll need bash(1) and openssl(1).

  * bfenc: Allows you to encrypt a file.

  * bfdec: Lets you decrypt a file.

  * bfedit: Allows you to edit an encypted file and save it back to disk
    encrypted, kind of like vipw(8).

bfedit isn't as secure as it could possibly be, but I'm not worried about that
right now. Perhaps later.

This software is released under the 2-clause BSD license.