• 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

Blowfish

 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have never used Blowfish and all I need to do is to encrypt a String (a password?) before I log the information to disk which is currently done in plain text.
Any examples?
I downloaded the Blowfish class but it looks like it uses the old security packages. I'd like to use JDK 1.3 for this purpose.
Someone told me it should be as easy to use as calling a method with two parameters: the String to encrypt and the key used (another String) to encrypt it.
Any help would be appreciated.
Thanks!
 
Tony Alicea
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe this article will help me Thanks, me! Ha ha...
http://java.sun.com/developer/JDCTechTips/2004/tt0116.html#2
 
Ranch Hand
Posts: 319
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tony,

That link was helpful to me, thanks!

-Sudharsan
 
reply
    Bookmark Topic Watch Topic
  • New Topic