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

https://github.com/redsolver/pinenacl-bug-demo


https://github.com/redsolver/pinenacl-bug-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# pinenacl SecretBox bug example

The different outputs of the same encryption can be found in the `output/` directory.

I also included some hex-dumps (the `.hexyl` files) for easy diff comparison. (For example with `code --diff output/libsodium.enc.hexyl output/pinenacl.enc.hexyl`)

## How to run

### pinenacl

```
dart bin/pinenacl.dart
```

### libsodium

```
dart bin/libsodium.dart
```

### TweetNaCl

```
npm install
node index.js
```