Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/3ncr/tokencrypt-java/badge)](https://scorecard.dev/viewer/?uri=github.com/3ncr/tokencrypt-java)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[3ncr.org](https://3ncr.org/) is a standard for string encryption / decryption
(algorithms + storage format), originally intended for encrypting tokens in
configuration files but usable for any UTF-8 string. v1 uses AES-256-GCM for
[3ncr.org](https://3ncr.org/) is a tiny encrypted-string format for config
values, tokens, and app secrets — encrypt a UTF-8 string in one language,
store it as a recognizable value, and decrypt it in another. v1 uses AES-256-GCM for
authenticated encryption with a 12-byte random IV:

```
Expand Down