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

https://github.com/hussamsh/nova-cpp

C++ implementation of Nova
https://github.com/hussamsh/nova-cpp

chaos chaotic-map cryptography dynamical-systems images maps

Last synced: about 1 year ago
JSON representation

C++ implementation of Nova

Awesome Lists containing this project

README

          

# nova-cpp

Logo





This project is a C++ implementation of [Nova](https://github.com/hussamsh/Nova) a cryptography application based on chaotic maps. It encrypts at three to five times as fast as the original implementation in javascript.

This application runs from the terminal and has three maps implemented
* Logistic map
* Double humped map
* Hénon map

Uses `openCV` for pixel manupliation.

Logo