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
- Host: GitHub
- URL: https://github.com/hussamsh/nova-cpp
- Owner: hussamsh
- License: gpl-2.0
- Created: 2020-06-16T13:35:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T15:58:22.000Z (about 6 years ago)
- Last Synced: 2025-04-24T01:47:15.428Z (about 1 year ago)
- Topics: chaos, chaotic-map, cryptography, dynamical-systems, images, maps
- Language: C++
- Homepage:
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nova-cpp

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.
