Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samprotas/hs-triplesec
TripleSec is a simple, triple-paranoid, symmetric encryption library
https://github.com/samprotas/hs-triplesec
crypto crypto-library cryptography cryptography-library haskell haskell-library keybase triplesec
Last synced: 3 months ago
JSON representation
TripleSec is a simple, triple-paranoid, symmetric encryption library
- Host: GitHub
- URL: https://github.com/samprotas/hs-triplesec
- Owner: SamProtas
- License: bsd-3-clause
- Created: 2017-04-19T04:06:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T20:45:15.000Z (about 1 year ago)
- Last Synced: 2024-04-26T09:02:53.852Z (9 months ago)
- Topics: crypto, crypto-library, cryptography, cryptography-library, haskell, haskell-library, keybase, triplesec
- Language: Haskell
- Size: 41 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TripleSec
===========[![Build Status](https://travis-ci.org/SamProtas/hs-triplesec.svg?branch=master)](https://travis-ci.org/SamProtas/hs-triplesec)
[![BSD](http://b.repl.ca/v1/license-BSD-blue.png)](http://en.wikipedia.org/wiki/BSD_licenses)
[![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://haskell.org)
[![Hackage](https://img.shields.io/hackage/v/triplesec.svg)](https://hackage.haskell.org/package/triplesec)Haskell implementation of the Keybase encryption protocol:
https://keybase.io/triplesec/Currently only implements V3 of the protocol.