DaemonForums  

Go Back   DaemonForums > Other Operating Systems > Other BSD and UNIX/UNIX-like

Other BSD and UNIX/UNIX-like Any other flavour of BSD or UNIX that does not have a section of its own.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 2nd March 2010
eurovive eurovive is offline
Real Name: Nick
Port Guard
 
Join Date: Feb 2010
Posts: 18
Default Security: Encryption: Disk Encryption

Security: Encryption: Disk Encryption
With normal encryption methods, you can protect your data, but you still have to decrypt a file manually every time you want to use it. Also, many editors and viewers have a habit of creating temporary files. The decrypted data can end up in these files, and they are not safely deleted when the program exits. This means that this data can easily be accessed by everyone who manages to get at your hard disk.
Disk encryption programs encrypt your entire hard disk (sometimes they use a special partition), so that you don't have to worry about leaving the decrypted messages on your disk. The approach is similar to Stacker's disk compression program, but these packages encrypt instead.

Disclaimer: The programs listed in this document have not been tested by me, and I cannot guarantee that they will work on your system without problems. Use at your own risk!

Secure FileSystem
A standard DOS device driver-based encryption system. It can create up to five encrypted volumes which are encrypted using IDEA. Also has several other useful options, like a hotkey to quickly unmount an encrypted volume. encrypted volume. You can also download Secure FileSystem directly.
Secure Device
Secure Device is a device-driver that creates extra "drives" on a DOS/Windows computer which are encrypted using IDEA. These can then be used by any DOS/Windows program. The extra drives are simulated using a hidden file on an existing partition.
SecureDrive
For DOS and Windows systems. Also runs (with some limitations) under Windows '95. It creates an encrypted partition on your hard disk where the data is stored safely. Uses IDEA. It can also handle floppies. You can also download SecureDrive directly.
BestCrypt for Windows 95
This is a commercial disk encryption program similar to SFS and SD, but which is designed for Windows '95.
ScramDisk
Another disk encryption program for Windows '95, with much the same functionality as BestCrypt. But unlike BestCrypt, ScramDisk is free.
seNTry 2020 for Windows NT 4.0
Kernel-mode driver which uses containers as virtual volumes encrypted using MDC/SHA. Supports all NT filesystems. Commercial software, a 21-day trial version is available from the website.
Cryptdisk
A disk encryption program for the Macintosh. It creats files which can be mounted as if they were hard disks on your desktop. Uses IDEA to encrypt the files. You can download the program from a restricted FTP site from this site, or directly from Hacktic in the Netherlands.
Crypto File System
An encrypted file system for Unix. It runs as a user-mode NFS server on the local machine, and passes any requests to the remote machine over an encrypted channel.
TCFS - Transparent Cryptographic File System (for Linux)
Similar to Crypto File System above, but TCFS is file- and not directory-oriented. Each file can be encrypted separately.
Security: Encryption: Pretty Good Privacy
PGP is a file encryption program which is generally considered unbreakable. It is used extensively on the Internet, available for almost every platform and is required for anonymous remailers. It can also create digital signatures, which makes it easy to detect forgeries.

Taken from my old saved page,which actually taken from : http://www.cs.auckland.ac.nz/~pgut01/sfs.html

This page can also be view as copy on my server: http://www.eurovive.com/diskcrypt.htm

Regards and Say thanks if its helpfull!
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Live OS with file system encryption? eurovive Other BSD and UNIX/UNIX-like 0 18th February 2010 06:56 PM
Full disk encryption with Loop-AES deviant085 OpenBSD Security 9 23rd November 2009 12:51 AM
softraid encryption Sunnz OpenBSD Security 6 24th September 2009 04:58 AM
Installing FreeBSD and encryption? neurosis FreeBSD Security 1 1st November 2008 05:51 PM
encryption during rsync gkontos General software and network 7 13th June 2008 10:08 AM


All times are GMT. The time now is 11:14 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick