EventStore/EventStoreDB-Client-Java

EventStoreDBClientSettings password should be char array not String

tonda100 opened this issue · 1 comments

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/

Thanks for reporting!