Hi, I created my first application with backend ( Ancient Motoko Language) and frontend ( Vue.js )
(Halloween is approaching, so the name refers to that: Ghost Messages ).
It allows users to save messages with a password, which are immediately deleted after being read (by entering the ID and password for the Message)
Write a message + provide a password → An ID will be generated → Send the ID and password to a friend → Friend enters the ID and password and reads the message, which disappears after being read (the record is deleted).
Simple to operate, but the ICP blockchain seems like a good place to save something like this.
I already have it installed on the IC network. My question is, because I couldn’t find it, is there an easy way to hash the password ( my Text field ) text ? Storing it in plain text doesn’t seem very elegant to me