Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/maklum
a cryptographic system, an exercise for Cryptographic Systems course at Kaunas University of Technology
https://github.com/jakutis/maklum
Last synced: 6 days ago
JSON representation
a cryptographic system, an exercise for Cryptographic Systems course at Kaunas University of Technology
- Host: GitHub
- URL: https://github.com/jakutis/maklum
- Owner: jakutis
- License: mit
- Created: 2013-12-16T22:07:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T07:07:42.000Z (almost 11 years ago)
- Last Synced: 2024-11-14T23:09:52.191Z (2 months ago)
- Language: C
- Size: 461 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Maklum
A cryptographic system that was implemented as an exercise for [Cryptographic Systems course at Kaunas University of Technology](http://uais.cr.ktu.lt/plsql/mod_dest/stp_report_ects.mdl_ml?p_kodas=P170M100&p_year=2012&p_lang=EN&p_stp_id=4154).
- [Overview](#overview)
- [Installation](#installation)
- [Examples](#examples)
- [CLI](#cli)
- [Development](#development)
- [License](#license)## Overview
* [x] password-based key derivation
* [x] encryption
* [x] file transport
* [x] decryption
* [x] authentication
* [x] Diffie-Hellman key exchange
* [x] RSA signature
* [x] RSA key exchange## Installation
TODO
## Examples
TODO
## CLI
TODO
## Development
The C code must comply with the ISO/IEC 9899:1990, i.e. C89 or C90 or ANSI C.
TODO
## License
The MIT License (MIT)
Copyright (c) 2013-2014 Vytautas Jakutis
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.