Coder Social home page Coder Social logo

csv-mask's Introduction

CSV MASK

Sample project to mask and encrypt csv files data.

Installed libraries

How to use it

Generate keypair (public + private):

npm run generate:keypair

or manually with openssl:

openssl genrsa -out certificates/private_key.pem 4096
openssl rsa -pubout -in certificates/private_key.pem -out certificates/public_key.pem

Mask and encrypt(using public generated key) input csv files:

npm start

Decrypt any encrypted source where source is the encrypted element:

npm run decrypt iPoQeCJxLOPTBzhUrGS62qPu5fJACrztnpoaA6Yi3nnIyJHzw59zo0IzUykTEeSEPFqqJCtzGizyi1eFXu/A49o0WAO0doj8XC522pBzReOhJgKTMU4Hn37VTY7DlAuLc4Eh+PHkaxsso50L5+GHAIt6UmW8GPd/6aHfdtmLbY/eDXp2zx+S+0ySgEj7FO5c+1mIHRVOkSeeaM5O22S+qiU+vmXlRQ8++8aZw8j5+E2av6XrEPefCtWj5oa5fsNmd577sUTvgPL0CVdG4C93v4bJGZRibgSoepA/PQWon1lMjVKHzObQJgzWrV99Wy7Ms4Udj861eef+9avF0ErbdUdReuai4DSF6w+LBSF71o0ZuHUvFgKmU2GpIr2cAoNxc/5UG9JiLMPwTDPGkdm7Sel3oZ7Iv/prlhdIFTFHz5djv4w/7wemE12qr7SpPpJqnPzEwjpSPd6fDNkKYTKWmA/SsofF/RdJ6SHKAdeeE+WQKd7LcQMqetboBTHXJ0xZStuZ+XjXz2sPQNKHvqnV78GEtjOFsnLc++rCtonAbvVzcGy9HotG2GnvFmOMzBv85TprgLGBJ8c5fYFN7Thl2cDHYo83oJLz2oO6bzrLDDVWcTeN8WLYElq9xvN38fKVvy4387/3SaG3yKDVV1hA7AZ4WfTmLE8PkPVHfivvu+s=

csv-mask's People

Contributors

gtormo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.