Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbkaplun/vernamtools
Vernam cipher and tools in JS
https://github.com/dbkaplun/vernamtools
Last synced: 28 days ago
JSON representation
Vernam cipher and tools in JS
- Host: GitHub
- URL: https://github.com/dbkaplun/vernamtools
- Owner: dbkaplun
- License: mit
- Created: 2014-10-09T11:50:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T01:25:23.000Z (about 8 years ago)
- Last Synced: 2024-10-14T16:11:42.013Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://dbkaplun.github.io/vernamtools/
- Size: 9.49 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vernamtools](https://dbkaplun.github.io/vernamtools)
Vernam cipher and tools in JS## Installation
```sh
npm install --save vernamtools
```## Usage
```js
>> import vernam from 'vernamtools'
>> JSON.stringify(vernam("Hello, world!", "p455w0rd"))
"8QYY\u0018\u001cR\u0013\u001fFYQV"
```## Prior art
* [hellman/xortool](https://github.com/hellman/xortool), Python