Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hagemt/crypto_fall2011
Preliminary work for a crypto project (read: competition)
https://github.com/hagemt/crypto_fall2011
Last synced: about 1 month ago
JSON representation
Preliminary work for a crypto project (read: competition)
- Host: GitHub
- URL: https://github.com/hagemt/crypto_fall2011
- Owner: hagemt
- License: gpl-3.0
- Created: 2011-11-18T12:08:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-15T10:06:12.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T06:00:23.274Z (7 months ago)
- Language: C
- Homepage:
- Size: 328 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description
===========Plouton is designed to be a secure client/server/gateway solution
for managing simple banking transactions. Its protocol consists of
Diffie-Hellman style key exchange atop a public key cryptosystem,
with a discrete intermediatary element that may be built alongside
the client and server to simulate compartmentalization of
communication at boundary points of a computer network.Most importantly, this facilitates quality assurance through
easing the implementation of performance testing and analysis
of possible attack vectors. Its author(s) aim(s) to deliver
reliable and transparent security features.Plouton leverages the readline, gcrypt, pthread, and SQLite3 libraries.
Changelog
=========Initial Release:
* Developing: ATM client operates in plaintext mode. [atm]
* Backend: Account information is stored in a SQL database. [bank]
* Feature: A robust shell for simple user interaction. [bank]
* Feature: Worker threads to handle simultaneous connections. [bank]
* Developing: A transparent courier between local ports. [proxy]License
=======This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .Contributors
============* Tor E. Hagemann