Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/uni_crypto
Classical and modern cryptographic algorithms
https://github.com/antonc9018/uni_crypto
gtk
Last synced: 5 days ago
JSON representation
Classical and modern cryptographic algorithms
- Host: GitHub
- URL: https://github.com/antonc9018/uni_crypto
- Owner: AntonC9018
- License: mit
- Created: 2021-02-01T13:49:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T12:06:37.000Z (over 3 years ago)
- Last Synced: 2024-11-17T12:45:50.855Z (2 months ago)
- Topics: gtk
- Language: C++
- Homepage:
- Size: 378 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Criptografie
This repository contains assignments, implemented as part of the course **Criptografie** (**Cryptography**).
It features a GUI app build in GTK. See explanatory markdown documents for each of the assignments in the `doc` folder. Assignments are all in *Romanian*.
> The markdown files use [tex math formulas, which won't show on github](https://stackoverflow.com/questions/11256433/how-to-show-math-equations-in-general-githubs-markdownnot-githubs-blog). To see formulas, you will either have to convert markdown to html or pdf, with [`MathJax`](https://www.mathjax.org/) enabled, or find the compiled pdf's [on my google drive](https://drive.google.com/drive/folders/1Rs0-qy6ivSDuHh5JadrP4Ta4YDhuVRiC).
There are no compiled binaries, because building GTK is a real pain in the butt.
PR's with grammar corrections, bug fixes, improvement suggestions or translations are very welcome.
Leave a star as a way to say "Thank you". Enjoy!
## Approximate build instructions
I personally don't recommend dipping your feet into GTK at all, so don't even try building it honestly.
There is a pretty readable `CMakeLists.txt`, which should aid you to get there. You will also have to adjust `run.bat` to match the paths in your file system.Also see [uni-cnmo](https://github.com/AntonC9018/uni-cnmo), which uses a similar build method, but it's on Qt instead.