Re: Searching (small) AES file + directory tree encryption tool



I am searching for a small AES file encryption tool which allows me to encrypt and decrypt
- files
- whole directory trees
with the AES algorithm and which is able to decrypt files which are encrypted originally with another AES program and have an arbitrary file extensions.


I just wanted to point out that just because they use AES it does not mean it is secure,
unless the implementation has been done correctly.

An example of a bad AES implementation was Winzip 9.0, if I recall correctly it did allow
some attacks to retrieve metadata, luckily winzip is now on version 10 and they will have
corrected this.
--

Mapping the Internet 24/7: http://www.netdimes.org
.



Relevant Pages

  • Re: AES with constant key
    ...  But if the message file you encrypt say with straight AES ECB mode ... And thats if AES is perfect which is not likely. ... to trick people into using weak crypto so that the big 3 letter ... My Compression codehttp://bijective.dogma.net/ ...
    (sci.crypt)
  • RE: AES Symmetric Key Secure Storage
    ... private key - both stored in a CAPI container. ... Now if you use PER USER AES key than the best is to protect the key (ie. ... encrypt it) with a key pair stored in the user's container. ...
    (microsoft.public.platformsdk.security)
  • Re: Need secure block cipher for 96 bits of block size
    ... AES need 128 bits data blocks. ... If you need to send exactly 96 bits of ciphertext for 96 bits of plaintext ... Encrypt the first 64 bits of plaintext to give a first 64-bit block. ... To decrypt you first decrypt the second block, and append the last 32 bits ...
    (sci.crypt)
  • Re: AES encryption doubts about array sizes
    ... Your IV is exactly 16 bytes, which equals the blocksize of AES. ... Here you encrypt the IV, ... also,I tried the decryption, ...
    (comp.lang.java.programmer)
  • Re: Create hash with AES?
    ... "Pieter Philippaerts" wrote in message ... the AES is the most sensible choice. ... Before storing the key on a disk, encrypt it ... > would be wise to use a public/private key pair on a smart card. ...
    (microsoft.public.dotnet.security)