Coder Social home page Coder Social logo

secure_your_secrets's Introduction

How to secure your secrets in repo

  • This is a repo for testing git-crypt and some other way to secure files in repo. I will also make some usage notes here.

Use git-crypt

1) Install git-crypt

brew install git-crypt

2) Install gpg (if you need to collaborate with others)

brew install gpg

3) some useful command line

  • list your gpg key id and other infomation :
    gpg --list-keys
  • Add user to git-crypt so people can collaborate with other collaborators :
    git-crypt add-gpg-user USER-ID (example: EEIHFOQ92RU0Q94294QIEFO9UQER0)
  • Lock your secrets:
    git-crypt lock
  • Unlock your secrets:
    git-crypt unlock (if you use gpg key) or git-crypt unlock path/key(if you export your git-crypt somewhere)

Resources - git-crypt

Use secure file in Azure Devops

Secure files give you a way to store files that you can share across pipelines. Use the secure files library to store files such as:

  • signing certificates
  • Apple Provisioning Profiles
  • Android Keystore files
  • SSH keys

Resources - secure file

secure_your_secrets's People

Contributors

yixin1230 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.