koolman2 t1_j20ongn wrote
Reply to comment by DankmirianChancellor in Publicnote.com - a notepad website where you enter any title to access a note. You are free to modify any note you find. by unchikuso
The title is hashed using SHA-256 and is stored as the hash only. The title is used to create the AES256 key, which is used to encrypt the note.
Without the title, you can't decrypt the note. Since the title isn't stored, you can't read any of it without inputting the correct title.
Viewing a single comment thread. View all comments