Re: Writing own encryption program in Fortran?




sk8terg1rl wrote:
Hey guys,

Basically how I plan to do it is use a good PRNG like the Mersenne
Twister to generate a series of random numbers based on the seed, which
will be the decryption key.

Ugh. Don't use MT for encryption. Much too easy to break. OTOH, if
you don't mind sharing all your info with certain no-such-agencies, go
right ahead and roll your own. Chances are you'd do as well using
pig-latin insofar as professional cryptography is concerned. But if you
don't care about the pros reading your stuff, it won't matter.

.



Relevant Pages

  • Re: newbie doubt in encryption
    ... public key cryptography e.g. AES ... the encryption key *can* be used to decrypt ciphertext. ... In public key cryptography, it is absolutely a fundamental feature that the encryption key *cannot* be used as a decryption key. ...
    (comp.lang.java.programmer)
  • Re: simplest asymmetric algorithm
    ... encryption and decryption key, ... decryption algorithm), is certainly not meant to protect important data ...
    (sci.crypt)
  • Re: How good is W2K encryption
    ... Having an encryption key (certificate) doesn't mean you also have the ... decryption key. ...
    (microsoft.public.win2000.security)
  • Re: Silly beginner questions
    ... It encrypts it and send it to B, without revealing the decryption key. ... Then A reveals to B the letters, ... It depends on the encryption. ...
    (sci.crypt)
  • Re: encrypted file system in linux like XP
    ... no-one (not even root) can determine the password, ... key of a symmetric encryption algorithm. ... the decryption key is needed, and it can not be obtained from ... that would only works for instances when obtaining the ...
    (comp.os.linux.security)