I'm looking for a good HD encryptor. The best one seems to be secdrv, Is this compatoble with win95? I'm asking because I know secdrv uses tsr programs and drivers, but I am not familiar enough with win 95 to be sure they will work together. In win programming you don't use interrupts and I'm sure that the drivers try to capture interupts. it could still work if win95 calls int's to do it's work though. Any info? _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 At 03:19 AM 8/5/98 -0500, you wrote:
I'm looking for a good HD encryptor. The best one seems to be secdrv, Is this compatoble with win95? I'm asking because I know secdrv uses tsr programs and drivers, but I am not familiar enough with win 95 to be sure they will work together. In win programming you don't use interrupts and I'm sure that the drivers try to capture interupts. it could still work if win95 calls int's to do it's work though. Any info?
I found an interesting "mount a container as a drive letter" encryption program in finland called "BestCrypt NP", when I was first looking for a program like you describe. It's available for 3 environments currently, those being: Dos, Windows 95, and Windows NT. It has three algorithms that you can pick from for encryption: GOST28147-89 (32 rounds, 256 bits primary key, 512 bits secondary key) Blowfish (in Cipher Block Chaining Mode with 256-bit key length and 16 rounds) DES I use Blowfish and GOST (depending on the size of the container I'm working with), and avoided DES, even before Deep Crack was invented. :-) You can check out the product for yourself at: http://jetico.sci.fi I've been using the product for several months, and am rather pleased with it. I now keep my email, inbound attachments, netscape user directory (including cache), scanned financial records, and PGP private/public keyrings in this product's encrypted container files. I've had the opportunity to test the company's support via email, and I've been pleased with that as well. The gentleman who appears to be running the show is "Oleg Essine". I'm looking at CFS (Cryptographic File System) for when I make the jump away from Microsoft towards S.u.S.E. Linux 5.2. -----BEGIN PGP SIGNATURE----- Version: PGP for Business Security 5.5.2 iQA/AwUBNciNPItr/w7g57VBEQJjYQCglobgLYG+XEdNBDk4DHd0U++H1YoAoI3I qkOSPeBNpz++iWRa1jchAjVH =e+Nm -----END PGP SIGNATURE----- --- Ian F. Silver <silveri@mgmtscience.com> // Amateur Callsigns: KD0DOA & VA3DOA Management Science Associates // Voice: 816-795-1947 x 249 // Fax: 816-373-6384 4801 CLIFFE AVENUE SUITE #300 INDEPENDENCE MO 64055 PGP DSS/DH Key Fingerprint: 951F 8B0E 8A84 AFAA B846 1AAF 8B6B FF0E E0E7 B541 PGP RSA Key Fingerprint: 3B32 4848 1C1B 8F60 5200 B1B3 6656 2266
Ian F Silver <silveri@mgmtscience.com> writes:
I'm looking at CFS (Cryptographic File System) for when I make the jump away from Microsoft towards S.u.S.E. Linux 5.2.
Version 1.1.2 works quite well, but I'd really like to see someone build it into the kernel. (Not me, alas: I'm up to my ears in other GPL applications development, and you really don't want to let me near an OS kernel...)
On Wed, Aug 05, 1998 at 07:47:24PM -0000, nobody@nsm.htp.org wrote:
Ian F Silver <silveri@mgmtscience.com> writes:
I'm looking at CFS (Cryptographic File System) for when I make the jump away from Microsoft towards S.u.S.E. Linux 5.2.
Version 1.1.2 works quite well, but I'd really like to see someone build it into the kernel. (Not me, alas: I'm up to my ears in other GPL applications development, and you really don't want to let me near an OS kernel...)
There is something called TCFS - transparent cryptographic file system. You could take a look at ftp://ftp.pvv.org/pub/Linux/kerneli/v2.0/. I'm just starting a project to provide an easy to use and up to date international patch for the linux-kernel. The current patch integrates the steganography and crypto-patches for loopback filesystem, CIPE, and TCFS in one patch. I'm looking at integrating IPsec as well, but at this time, there are at least 5 different implementations of it. astor -- Alexander Kjeldaas, Guardian Networks AS, Trondheim, Norway http://www.guardian.no/
At 11:50 AM 8/5/98 -0500, Ian F. Silver wrote:
I found an interesting "mount a container as a drive letter" encryption program in finland called "BestCrypt NP", [...] It has three algorithms that you can pick from for encryption: GOST28147-89 (32 rounds, 256 bits primary key, 512 bits secondary key) Blowfish (in Cipher Block Chaining Mode with 256-bit key length and 16 rounds) DES I use Blowfish and GOST (depending on the size of the container I'm working with), and avoided DES, even before Deep Crack was invented.
Never Never Trust GOST !!! The security of GOST depends on the quality of the S-Boxes (or whatever the equivalent fields in GOST are called). The Soviets provided different sets for military and civilian use, and unless you know a lot about the design, you can't tell strong ones from weak ones - you have to worry about differential and linear cryptanalysis, plus any other attacks that may have been developed over the years. You're better off using 3DES if you like old slow algorithms; in this case, I'd stick to Blowfish. Thanks! Bill Bill Stewart, bill.stewart@pobox.com PGP Fingerprint D454 E202 CBC8 40BF 3C85 B884 0ABE 4639
participants (5)
-
Alexander Kjeldaas
-
Anonymous
-
Bill Stewart
-
Ian F. Silver
-
nobody@nsm.htp.org