Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 271 Bytes

AT-Krypt.js

atKrypt(input, level)

levels: 1-9

atDekrypt(CryptedText)

<script type="module" src="index.js"></script>

index.js:
import { atKrypt, atDekrypt } from 'https://cdn.jsdelivr.net/gh/Antonako1/AT-Krypts.js@main/AT-Krypt.js';