Jan Tytgat 01efabd841 Remove .gitkeep
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 17:22:02 +01:00
2024-10-23 09:29:20 +02:00
2025-01-13 17:22:02 +01:00
2025-01-13 16:48:08 +01:00
2024-10-23 09:23:14 +02:00
2025-01-12 17:29:03 +01:00
2025-01-12 17:29:03 +01:00
2024-10-23 08:58:53 +02:00
2025-01-13 17:12:57 +01:00

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
Description
go-transcrypt provides functionality to encrypt arbitrary data into a hex encoded string for safe on-disk storage
Readme MIT 77 KiB
v0.1.5 Latest
2025-05-27 14:58:41 +00:00
Languages
Go 100%