An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Vernam cipher logo

Vernam cipher



GitHub

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).