Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.