Skip to content

Instantly share code, notes, and snippets.

View Ariel-International's full-sized avatar

Ariel.international ltd Ariel-International

View GitHub Profile
@Ariel-International
Ariel-International / encryption.html
Last active June 5, 2023 13:16 — forked from NegativeMjark/encryption.html
Encrypt, decrypt, and display an image.
<html>
<head>
<style>
dd {
font-family: "Lucida Console", "Courier New", monospace;
}
</style>
<script>
function readFile(file, callback) {