Secure note-sharing service. Send encrypted notes that self-destruct after being read. Option to set a password and expiration date.
Send secure text-based notes using AES-256-CBC encryption, ensuring the content is encrypted and secure.
Notes are automatically erased after being read or after a set number of days, chosen by the sender.
Users can choose to add an optional password for additional security when sharing the note, providing an extra layer of protection.
Encrypts your notes using an AES-256-CBC cipher for enhanced security.
Applies the Encrypt-then-MAC approach, ensuring integrity and authenticity of the encrypted notes.
Deletes the note from the database once it has been read, ensuring that sensitive information is not stored.
The code is openly available, allowing users to verify the processes and enhance transparency.
Uses SSL for secure communication between browser and server.
Utilizes Laravel’s out-of-the-box encryption protocols, recognized for their excellence and open source nature.
The product is open source to promote trust and transparency, allowing users to see the code that is deployed.
The product uses Plausible Analytics, a privacy-first alternative to major analytics services like Google Analytics, to gather information.