EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

EventStoreDBClientSettings password should be char array not String #212

Closed tonda100 closed 1 year ago

tonda100 commented 1 year ago

storing password as String could be a security risk and recommendation is to use char array https://www.geeksforgeeks.org/use-char-array-string-storing-passwords-java/

YoEight commented 1 year ago

Thanks for reporting!