Re: Safe password?



paul_wary@xxxxxxxxx writes:

> I use an encryption program that uses AES-256 as its encryption
> algorithm but only allows passwords with a maximum length of 16
> characters. Is it possible to create a safe password with only 16
> characters for this encryption type?

You can create passwords that might be sufficiently secure for some
applications, but you cannot exploit the full security of the
algorithm's keyspace, because no 16-character password will provide a
key of 256 bits. Even if you use every bit of every character, that
still comes out to only 128 bits; and in practice there are some
characters you can't use, so the actual effective key length is far
less than the algorithm allows (only 105 bits if you limit your
password to printable characters).

--
Transpose mxsmanic and gmail to reach me by e-mail.
.



Relevant Pages

  • Beginners Algorithm
    ... For fun I decided to whip up an encryption algorithm using Java. ... character map technique so I could choose the valid input/output characters. ... characters in the encrypted string ...
    (sci.crypt)
  • Re: Encryption ??
    ... the encryption key will be destroyed and your encrypted data ... you only use the characters from certain positions to build your real ... encryption algorithm to use on it so the problem is still unsolved. ... pretty sure it can be ported to Clipper too, ...
    (comp.lang.clipper)
  • Re: Encrypting again an already encrypted file increase security ?
    ... > twice the effective key length. ... a random or naive application of encryption followed by more ... is there a key K' which used once by the algorithm has the ...
    (comp.security.misc)
  • Re: Encrypting again an already encrypted file increase security ?
    ... > twice the effective key length. ... a random or naive application of encryption followed by more ... is there a key K' which used once by the algorithm has the ...
    (sci.crypt)
  • Re: Encrypting again an already encrypted file increase security ?
    ... > twice the effective key length. ... a random or naive application of encryption followed by more ... is there a key K' which used once by the algorithm has the ...
    (comp.security.unix)