Herramienta para encriptar archivos.
$ toplip archivo.txt
$ toplip archivo.txt > archivo.txt.cryp
$ toplip -d archivo.txt.cryp > archivo.txt
$ toplip -alt archivo1.txt archivo2.txt > archivo_global.crip
$ toplip -d archivo_global.crip > archivo1.txt
$ toplip -c 2 archivo.txt > archivo.txt.crip
$ toplip -c 2 -d archivo.txt.crip > archivo.txt
$ toplip -m imagen.jpg archivo.txt > imagen_crip.jpg
$ toplip -d imagen_crip.png > archivo.txt