https://github.com/sajattack/vote-pp
A class to send votes to the minecraft plugin votifier. A demonstration of c++ public key encryption and networking code.
https://github.com/sajattack/vote-pp
Last synced: about 1 year ago
JSON representation
A class to send votes to the minecraft plugin votifier. A demonstration of c++ public key encryption and networking code.
- Host: GitHub
- URL: https://github.com/sajattack/vote-pp
- Owner: sajattack
- Created: 2015-03-14T00:23:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T20:46:40.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T05:33:30.360Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vote-pp
A class to send votes to the minecraft plugin votifier. A good demonstration of encryption and networking code.
## external code
* base64.cpp Copyright (C) 2004-2008 René Nyffenegger, used under license
* base64.h Copyright (C) 2004-2008 René Nyffenegger, used under license
* libssl
* libcrypto
* libnsl
* libresolv