One-time encrypted message self-destruct after reading.
- This is the community open source version
- If you don’t want to build it, please visit https://nmqu.com
- Added clipboard.js to click and copy the generated link
- Added Mata information, which can display the title of the bullet secret letter in the preview in Telegram and other applications
- Fix some browser display abnormalities, adapt to mobile browsers such as Safari
- Provide QRCode generation services based on idc.moe, which can quickly generate linked QR codes
- Solve the problem of invalidation of the generated bullet secret letter link due to the link preview function of Tencent (QQ, WeChat), Twitter, Facebook, and Telegram
Here we use MySQL database software, at least MySQL5.6 and above are required. NMQU.COM uses MySQL 8.0 database software.
Create database
CREATE DATABASE BulletSecretLetter
Create table
CREATE TABLE IF NOT EXISTS `note` (
`id` text NOT NULL,
`message` text NOT NULL
)
You can visit on https://nmqu.com