43 projects tagged "encryption"
LRZIP is a compression program and library that can achieve very high compression ratios and speed when used with large files using unlimited sized compression windows. It uses the combined compression algorithms of zpaq and lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to scale with increases with RAM size, improving compression further. A choice of either size or speed optimizations allows for either better compression than even lzma can provide, or better speed than gzip, but with bzip2 sized compression levels. It also has high grade password protected encryption and full STDIN/STDOUT support.
encsh is a simple tool that encrypts a shell or other interpreted script and puts a wrapper around it. The end result is an executable which, when given the correct password, will be decrypted and run through a pipe, effectively keeping the plain text of the script away from the disk.
Birch is a simple proxy or tunnel application with a filter mechanism for line based application protocols built on TCP. Initially it was written to add encryption in a transparent way to the IRC protocol but as the encryption mechanism is implemented in a modular way, it is not restricted to just supporting encryption. Filters can be supplied via Java's Service Provider mechanism. A CLI and a GUI are available.
DComSoft SWF Protector makes source code inaccessible for SWF decompilers. It lets you encrypt all ActionScript classes or select the most sensitive ones. It features four reliable protection algorithms, full support for AS 2.0 and AS 3.0, two protection modes (Simple and Advanced), a choice of protection method and its intensity in Advanced mode, batch file protection in Simple mode, and the possibility to get full file information.
Lessfs is a high performance inline data deduplicating file system for Linux. Lessfs complies to the POSIX standard and is very useful for backup purposes as well as providing storage for virtual machine images. Although lessfs is a file system that is implemented in user space with FUSE, it offers decent performance. Lessfs is capable of handling data rates up to 350MB/sec. It supports filesystem encryption.