Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelschlesinger/encrypted-message-cli
A small tool for generating RSA keypairs and using them to author and read messages.
https://github.com/samuelschlesinger/encrypted-message-cli
Last synced: 20 days ago
JSON representation
A small tool for generating RSA keypairs and using them to author and read messages.
- Host: GitHub
- URL: https://github.com/samuelschlesinger/encrypted-message-cli
- Owner: SamuelSchlesinger
- License: other
- Created: 2020-06-09T16:09:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T09:13:58.000Z (over 4 years ago)
- Last Synced: 2024-10-27T19:11:01.920Z (2 months ago)
- Language: Haskell
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Encrypted Message Passing
[![Build Status](https://travis-ci.org/SamuelSchlesinger/encrypted-message-cli.svg?branch=master)](https://travis-ci.org/SamuelSchlesinger/encrypted-message-cli)
This is a small command line tool to generate RSA keypairs and encrypt and
decrypt messages using those keypairs.