Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/siv
[WORK-IN-PROGRESS] Go package siv implements Synthetic Initialization Vector (SIV) authenticated encryption using AES (AES-SIV) as specified in RFC 5297
https://github.com/dchest/siv
Last synced: about 1 month ago
JSON representation
[WORK-IN-PROGRESS] Go package siv implements Synthetic Initialization Vector (SIV) authenticated encryption using AES (AES-SIV) as specified in RFC 5297
- Host: GitHub
- URL: https://github.com/dchest/siv
- Owner: dchest
- License: other
- Created: 2015-05-26T17:10:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T16:44:44.000Z (over 9 years ago)
- Last Synced: 2024-04-15T01:16:15.152Z (7 months ago)
- Language: Go
- Size: 129 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
siv
===[![Build Status](https://travis-ci.org/dchest/siv.svg)](https://travis-ci.org/dchest/siv)
Package siv implements Synthetic Initialization Vector (SIV) authenticated
encryption using AES (AES-SIV) as specified in RFC 5297.It provides both the proper SIV interface with the ability to pass multiple
associated data items, and the standard nonce-based, single authentication
data cipher.AEAD.**!!! DO NOT USE, NOT TESTED PROPERLY YET !!!**