I want to have secure access to a Cloud KVS server where the application has to enter a username, pw (hashed?)before it is allowed to connect to the server. I was hoping the KVS class would already have a connection username, pw properties already defined. The server would have a list of defined usernames/pw combinations either in a map or a db table and would let only those users connect.
Without authentication it would be easy enough to reverse engineer the code to get a list of possible user names or pw in an attempt to hack the server.
TIA
Without authentication it would be easy enough to reverse engineer the code to get a list of possible user names or pw in an attempt to hack the server.
TIA