Hello Multichain team,
I plan to store username and password as the key-value pair on the stream. I want to use it for login on a basic android app.
I am just struck to find out simple yet secure strategy to retrieve this data for verfication. For simplicity, I just have 2 nodes maintaining the blockchain and they are connected to internet.
So, could you please recommend any strategy to access this blockchain (like just test if the username/password comination is correct or not) over internet ?