Package: wnpp Severity: wishlist Owner: "Roberto S. Galende" <roberto.s.gale...@gmail.com>
Package name : triops Version : 9.0-1 Upstream Author : "Roberto S. Galende" <roberto.s.gale...@gmail.com> URL : http://github.com/circulosmeos/triops License : GPL 3 Programming Lang: C Description : safely and securely encrypt and decrypt files from cmdline triops encrypts and decrypts files using CHACHA20 algorithm. Files are overwritten by default, so no content in clear remains. KECCAK hashes are used to create a password hint (it is not a direct password hash! It is also unique per file) so it is not possible to inadvertently decrypt a file with a wrong password. The same file encrypted with the same password will produce different encrypted outputs each time. Interesting options are available: * The password can be any text, or even any file (which will be hashed). * It is possible to use stdin and stdout for both clear or encrypted content created by triops. * The password hint "aid" can be eliminated. * Multiple files can be indicated.