Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Security
Search Coderanch
Advanced search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Devaka Cooray
Tim Cooke
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Saloon Keepers:
Piet Souris
Bartenders:
Forum:
Security
java code for DES algorithm
vamsiperumallu yalamanchili
Greenhorn
Posts: 1
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How to encrypt and decrypt block of bytes using Data Encryption Standard
algorithm (DES algorithm).
I need source code for the above.please send me that code in java language
Kindly help me.
Ulf Dittmer
Rancher
Posts: 43081
77
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Welcome to JavaRanch.
The Java API to perform encryption.decryption is called JCE, and there's an article on how to use it with DES linked in the
Security FAQ
.
Jim Manico
Author
Posts: 53
7
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
DES is a heavily broken algorithm and there is no reason to use it. It's no longer encryption and can be "broken" in almost real time. DO NOT USE IT. Use AES.
Aloha,
Jim Manico
Author of
Iron-Clad Java, Building Secure Web Applications
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Help please: Encrypt, save to file, then decrypt later to read
DES Algorithm in Java?
toUpper in J2ME
DES algorithm sorce code
Java Source Code for implementing DES Algorithm
More...