Re: Source code of DES or RC4 needed
- From: Mike Amling <nospam@xxxxxxxxxx>
- Date: Wed, 04 Apr 2007 15:53:55 -0500
kill bill wrote:
hi,
I am in the process of making a software using steganography hence i
need the source code of DES or RC4 encryprtion algorithm in C,C++ or
Java kindly help me if anyone has a code
Why would you want DES or RC4? Surely AES would be a better choice. In Java, you could use the Java Cryptography Extension, which has AES (in addition to DES and maybe even RC4).
There's source for AES at http://www.rmcis.com/encryption/index.html that runs on all JVMs since 1.1.
Wei Dai's Crypto++ is a C++ library at http://www.cryptopp.com/ that I'm pretty sure has source for AES.
--Mike Amling
.
- References:
- Source code of DES or RC4 needed
- From: kill bill
- Source code of DES or RC4 needed
- Prev by Date: Re: Symposium "Computational Methods in Image Analysis" within the USNCCM IX Congress - Announce & Call for Papers
- Next by Date: Re: Bound on the no. of distinct prime factors of n
- Previous by thread: Source code of DES or RC4 needed
- Next by thread: Security through slow primitives
- Index(es):
Relevant Pages
|