-
It would be great if ncrypt could read from stdin and write to stdout, similar to how tar and bzip work. Eg. say I want to compress AND encrypt some files I could do it in one go (faster and using less disk space) by running something like:
tar jc myfiles |ncrypt -e >myfiles.tar.bz2.encrypted
Same for decrypting.
2008-07-06 02:07:15 UTC by evgeny0
-
To reproduce:
- Get latest ncrypt(0.6.11) from this site
- Get latest djgcc()
- Change the march option in makefile to i586
- Compile
- Run the ncrypt with -z option -> crash happens.
2007-03-07 11:56:24 UTC by nobody
-
s-nomad committed patchset 3 of module ncrypt-0.7 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 5 files.
2005-08-03 14:06:40 UTC by s-nomad
-
s-nomad committed patchset 75 of module ncrypt-0.6 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 10 files.
2005-08-03 13:55:50 UTC by s-nomad
-
s-nomad committed patchset 2 of module ncrypt-0.7 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 69 files.
2005-08-03 13:52:05 UTC by s-nomad
-
s-nomad committed patchset 1 of module ncrypt-0.7 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 69 files.
2005-08-03 13:52:05 UTC by s-nomad
-
s-nomad committed patchset 2 of module ncrypt-0.7.0 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 69 files.
2005-08-03 13:49:30 UTC by s-nomad
-
s-nomad committed patchset 1 of module ncrypt-0.7.0 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 69 files.
2005-08-03 13:49:30 UTC by s-nomad
-
s-nomad committed patchset 3 of module ncrypt-0.6-Win32 to the Ncrypt - File Encryptor/Decryptor/Wiper CVS repository, changing 14 files.
2004-09-08 22:19:14 UTC by s-nomad
-
Users have requested new features for ncrypt, which include using a -k option for specifying the key passphrase on the command line, as well as -f for reading the passphrase in from a file. While considered unsafe, these options do allow for batch processing, in particular from cron jobs (e.g. securing logs before emailing to a central host. These features are now in version 0.6.11.
2004-08-25 20:54:58 UTC by s-nomad