Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.