Skip to content

Commit

Permalink
add copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown committed Apr 3, 2024
1 parent 434dcaf commit d30b281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* The script implements encoding and decoding text using the XOR or Base64 method. The script supports input of Cyrillic languages. */
/* Copyright (c) 2024 Serhii I. Myshko](https://github.com/sergeiown/Encryption_Variations/blob/main/LICENSE */

const textInput = document.getElementById('textInput');
const encryptionMethodSelect = document.getElementById('encryptionMethod');
const outputTextarea = document.getElementById('output');
Expand Down

0 comments on commit d30b281

Please sign in to comment.