• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

encryption

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear sir,
i am having some problem in doing encryption is there any sample that i can refers and start on encryption and decryption.
i am doing a card management system,user can create no of card that they like,then those cardno i wil be encrypted with a key and later when the administrator need to view the cardno they can decrypt it by using the private and pubic key.
please advice me on encrytion and decryption. thanks
peiyoon
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doco on Encryption: http://developer.java.sun.com/developer/technicalArticles/Security/JCE/
FAQ for the JCE: http://java.sun.com/products/jce/jce121_faq.html

A tutorial on the security API: http://java.sun.com/docs/books/tutorial/security1.2/summary/apisum.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic