Why do many systems treat a password as a byte array rather than a String? The only reason I can see is so they can clear it out of memory ASAP.
Passwords as Byte Arrays
September 13th, 2007 · No Comments
Tags: Software
Why do many systems treat a password as a byte array rather than a String? The only reason I can see is so they can clear it out of memory ASAP.
Tags: Software