batchu / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Ditch DefaultCipherText and make CipherText a concrete class #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As per email to ESAPI Developers list from Jeff Williams on 12.17.2009
(Message-ID
<B9A412898630124ABE8350F4EBD32E840116BE4C@mymail.aspectsecurity.com>),
change CipherText to a concrete class and remove the
org.owasp.esapi.reference.DefaultCipherText class.

In addition, implement custom serialization that is independent of Java so
that other ESAPI language implementations can restore original plain text
data from serialized CipherText objects.

Lastly, also change JUnit tests as appropriate.

Original issue reported on code.google.com by kevin.w.wall@gmail.com on 23 Dec 2009 at 5:03

GoogleCodeExporter commented 8 years ago
This is now complete. Changing status to 'Fixed'.

Original comment by kevin.w.wall@gmail.com on 6 Feb 2010 at 4:58