Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girkovarpa/hutton-assemblyscript
The Hutton cipher written in AssemblyScript.
https://github.com/girkovarpa/hutton-assemblyscript
assemblyscript cipher deno hutton
Last synced: about 9 hours ago
JSON representation
The Hutton cipher written in AssemblyScript.
- Host: GitHub
- URL: https://github.com/girkovarpa/hutton-assemblyscript
- Owner: GirkovArpa
- License: mit
- Created: 2020-08-11T00:57:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T18:49:47.000Z (over 4 years ago)
- Last Synced: 2024-07-29T16:58:18.288Z (6 months ago)
- Topics: assemblyscript, cipher, deno, hutton
- Language: TypeScript
- Homepage: https://hutton-cipher.netlify.app/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hutton Cipher
The Hutton cipher of [EricBondHutton](https://old.reddit.com/user/ericbondhutton), written in AssemblyScript.
## Command Line Instructions
```
npm i
``````
npm run compile
``````
deno run --allow-read main.ts
```Thanks to [MaxGraey](https://github.com/MaxGraey) for correcting some anti-patterns present in my AssemblyScript.