New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/suquant/pgdump-obfuscator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/suquant/pgdump-obfuscator

  • v0.0.0-20170410153803-a9ff3dbb2393
  • Source
  • Go
  • Socket score

Version published
Created
Source

What

Streaming obfuscator of sensitive data in PostgreSQL dumps (pg_dump).

$ git clone https://github.com/ostrovok-team/pgdump-obfuscator
$ cd pgdump-obfuscator
$ go test
$ go install
$ pg_dump [...] |pgdump-obfuscator |less  # inspect

Configuration

pgdump-obfuscator -h

Usage of ./pgdump-obfuscator:
  -c value
    	Configs, example: auth_user:email:email, auth_user:password:bytes
  ...

That mean you can provide as many "-c option" as you need.

Example:

pgdump-obfuscator -c auth_user:email:email -c auth_user:password:bytes -c address_useraddress:phone_number:digits -c address_useraddress:land_line:digits

Who

Idea: Denis Orlikhin https://github.com/overplumbum Initial implementation: Sergey Shepelev https://github.com/temoto pgdump-obfuscator was implemented during a hackathon at http://ostrovok.ru/ big thanks to Evgeny Kuryshev and everyone involved in organization of this event.

FAQs

Package last updated on 10 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc