1
0
Fork
You've already forked enc
0
Share encrypted messages via a one-way link. https://enc.airikr.me
  • JavaScript 43.2%
  • PHP 41.3%
  • CSS 15.5%
2026年04月03日 18:27:26 +02:00
ajax Improvements and fixes 2026年03月29日 21:00:37 +02:00
cronjobs Meh 2026年03月29日 20:58:12 +02:00
css Improvements and fixes 2026年03月29日 21:00:37 +02:00
fonts Major update 2025年10月26日 10:32:07 +01:00
functions Meh 2026年03月29日 20:58:12 +02:00
images Meh 2026年03月29日 20:58:12 +02:00
js endecrypt() not minified 2026年03月29日 21:04:47 +02:00
languages Corrected privacy policy 2026年04月03日 18:27:26 +02:00
.gitignore Minor update 2024年11月02日 01:18:40 +01:00
.htaccess New page: privacy policy 2025年11月04日 00:32:21 +01:00
composer.json Major update 2025年10月26日 10:32:07 +01:00
composer.lock Improvements and fixes 2026年03月29日 21:00:37 +02:00
index.php Fixes 2025年11月12日 12:03:27 +01:00
LICENSE First release 2024年11月01日 22:45:39 +01:00
minify.php Meh 2026年03月29日 20:58:12 +02:00
package-lock.json Meh 2026年03月29日 20:58:12 +02:00
package.json Meh 2026年03月29日 20:58:12 +02:00
page-errors.php Major update 2025年10月26日 10:32:07 +01:00
page-privacy.php Meh 2026年03月29日 20:58:12 +02:00
page-read.php Meh 2026年03月29日 20:58:12 +02:00
README.md Update 2025年10月26日 11:15:59 +01:00
site-config.php Performance update 2025年11月04日 11:03:29 +01:00
site-footer.php Improvements and fixes 2026年03月29日 21:00:37 +02:00
site-functions.php New feature: when to be destroyed 2025年10月29日 00:02:18 +01:00
site-header.php Improvements and fixes 2026年03月29日 21:00:37 +02:00
site-settings.php Performance 2025年11月04日 02:13:05 +01:00

Enc is a small project that I created to learn how to send data with end-to-end encryption. This version of Enc is my second attempt after taking a break from it for almost a year.

Enc is great if you want to send messages to someone you communicate with via a service (such as Discord) that does not encrypt anything.

How does Enc work?

  • You write your message. When you are done, select the "Encrypt" button. The website will then encrypt your message in the background using JavaScript.
  • Once the encryption is complete, you will see two fields that you need to copy and send to the recipient: the direct link to the message and the password to unlock the message.
  • The recipient opens the link you have given them and enters the password in the password field. They select "Unlock" and, if the password is correct, the recipient can read your message.
  • The recipient can then choose to return to the home page and write their own message, and the process is repeated between the parties.