EventStoreDBClientSettings password should be char array not String
tonda100 opened this issue · 1 comments
tonda100 commented
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
Thanks for reporting!