https://github.com/urijhoruzij/verman-cipher
Node js extension for encrypting files with the Verman cipher
https://github.com/urijhoruzij/verman-cipher
cipher cplusplus cpp module node-js nodejs
Last synced: about 1 month ago
JSON representation
Node js extension for encrypting files with the Verman cipher
- Host: GitHub
- URL: https://github.com/urijhoruzij/verman-cipher
- Owner: UrijHoruzij
- License: mit
- Created: 2022-12-12T10:29:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T08:22:06.000Z (over 3 years ago)
- Last Synced: 2025-06-25T03:02:37.898Z (about 1 year ago)
- Topics: cipher, cplusplus, cpp, module, node-js, nodejs
- Language: C++
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vernam cipher
The node js module that encrypts files with the Vernam cipher.
## Getting Started
To get started, use the following command:
```js
let vermanCipher = require('./build/Release/vermanCipher');
vermanCipher.cipher('file.txt', 'cipherfile.txt', 'key.bin'));
```
## License
Vernam cipher is released under the [MIT License](https://github.com/UrijHoruzij/verman-cipher/blob/master/LICENSE).