Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
Tony Arcieri edited this page Sep 3, 2019 · 16 revisions

Welcome to the Wiki for Miscreant: a misuse-resistant symmetric encryption library.

Encryption Algorithms

Algorithms provided by Miscreant:

  • AES-SIV: a misuse resistant AES mode
  • AES-PMAC-SIV: a fully parallelizable misuse resistant AES mode
  • STREAM: a provably secure construction for streaming authenticated encryption

Language-Specific Documentation

C/C++

C#/.NET

Golang

JavaScript

Python

Ruby

Rust

Related Projects

  • XSTREAM: public-key encryption based on Miscreant's STREAM implementation