Java SecureString Class2008-08-01 11:26:55Secure string implementation is very hard. A secure string is a means to keep and use confidential data. Essentially the text cannot be stored as plain text and definitely cannot be stored in a Java String object since that is immutable and there is no definable point when it will be removed from the system.
Secure String Implementations should:
I was very excited about secure strings when I learned of them. But I have not been able to find an implementation for Java. I am sure better minds then me are looking into this problem. But, I have need now. So breaking the cardinal rule of "don't implement cryptographic solutions unless you have a PhD in math and another in cryptology" I am making a stab at it. I have found this one article which is very excellent (but for .NET):
Posted by Leeland 0 Comments |
|
| Comments: |
|---|
Page: 1
Please login to post a reply.

