ductt-neo / commons-net-ssh

Automatically exported from code.google.com/p/commons-net-ssh
Apache License 2.0
0 stars 0 forks source link

authPassword() signature #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can we provide an overloaded authPassword() method that takes a String
instead of a char[]? Or preferably just provide a String-based method
instead of the current char[]-based one?

Original issue reported on code.google.com by rory.win...@gmail.com on 27 Jul 2009 at 11:33

GoogleCodeExporter commented 9 years ago
Done... char[]'s are better because you can blank them out, and String's stay on
indefinitely. But prolly best to not impose this.

Still have to look into if I am _actually_ blanking out char[]'s after use

Original comment by shik...@gmail.com on 7 Aug 2009 at 10:25

GoogleCodeExporter commented 9 years ago
>> Still have to look into if I am _actually_ blanking out char[]'s after use

Done

Original comment by shik...@gmail.com on 15 Aug 2009 at 11:53