Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johto/pgocrypto
Simple symmetric encryption between Go and PostgreSQL (with pgcrypto)
https://github.com/johto/pgocrypto
Last synced: about 9 hours ago
JSON representation
Simple symmetric encryption between Go and PostgreSQL (with pgcrypto)
- Host: GitHub
- URL: https://github.com/johto/pgocrypto
- Owner: johto
- Created: 2014-01-03T06:10:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T19:13:49.000Z (almost 11 years ago)
- Last Synced: 2024-06-21T01:43:34.345Z (5 months ago)
- Language: Go
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pgocrypto
=========Simple symmetric encryption between Go and PostgreSQL (with pgcrypto).
This project contains functions for encrypting and decrypting data in a uniform
way in Go and in PostgreSQL to allow a simple way of encrypting data as close
to its source as possible. On the PostgreSQL side, in addition to this
extension, only pgcrypto is required. Only the standard library is used on the
Go side.This extension should be installed into the same schema with pgcrypto.
Requires PostgreSQL 9.1 or later.
[![Build Status](https://travis-ci.org/johto/pgocrypto.png?branch=master)](https://travis-ci.org/johto/pgocrypto)