Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zikani03/store-encrypted-json-go-struct-tutorial
Example of how to store Struct as encrypted JSON in Go
https://github.com/zikani03/store-encrypted-json-go-struct-tutorial
Last synced: 6 days ago
JSON representation
Example of how to store Struct as encrypted JSON in Go
- Host: GitHub
- URL: https://github.com/zikani03/store-encrypted-json-go-struct-tutorial
- Owner: zikani03
- Created: 2024-07-12T23:18:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T00:17:21.000Z (6 months ago)
- Last Synced: 2024-07-14T00:41:10.286Z (6 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storing Go struct as encrypted JSON
This repository contains an example of how to store a Go struct
as JSON that's encrypted with AES-GCM and serialized as Base64 encoded string.I may write an accompanying blog, hopefully.