You can test or use the application here ->


Please be aware that i do not collect the content of messages. Message contents are encrypted and saved in database. Once they are viewed for the first time or when the expiry time is reached, they will be permanently removed from our database. I solely collect data for statistical purposes, including the date and time of message creation and the message’s expiry time.

What is One Time Secret?

One-Time Secret Sharing Software is a web application that allows users to share secrets securely through a one-time display. All secrets are stored encrypted and are deleted from the database after being viewed once. Additionally, extra security is available, allowing users to define a special password for the secret. In this case, the receiver must have this password to view the secret.

The web application is created with PHP without any additional frameworks or third-party libraries. This approach simplifies the code and allows for easy deployment on all web servers without any extra requirements. For the database, MySQL (MariaDB) is used to facilitate easy deployment.