Files
go-transcrypt/README.md
Jan Tytgat 68fcee7425 Update README.md
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 17:12:57 +01:00

566 B

go-transcrypt

This library enables the encryption/decryption of arbitrary data into a hex-encoded string for safe on-disk storage.

Go Reference


Basics

Add the package to your project

go get github.com/jantytgat/go-transcrypt

Import

Next, you can manually add the import statement to your .go-file, or have it added automatically when using it.

import github.com/jantytgat/go-transcrypt