git-secretA bash-tool to store your private data inside a git repository.#Github#Git-secret#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·git-secret.io·Jun 2, 2021git-secret
sobolevn/git-secret:busts_in_silhouette: A bash-tool to store your private data inside a git repository. - sobolevn/git-secret#Github#Git-secret#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·github.com·Jun 2, 2021sobolevn/git-secret
4 secrets management tools for Git encryptionSee how Git-crypt, BlackBox, SOPS, and Transcrypt stack up for storing secrets in Git.#Git-crypt#Blackbox#SOPS#Transcrypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·opensource.com·Jun 2, 20214 secrets management tools for Git encryption
Git远程仓库加密 | 大专栏#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·dazhuanlan.com·Jun 2, 2021Git远程仓库加密 | 大专栏
spwhitton/git-remote-gcryptPGP-encrypted git remotes. Contribute to spwhitton/git-remote-gcrypt development by creating an account on GitHub.#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·github.com·Jun 2, 2021spwhitton/git-remote-gcrypt
加密git远端版本库 - 网络寻租我打算把所有服务器的配置文件用git管理起来,这样可以记录配置变更状况。 但是有一个问题是,如何多人协作?服务器配置信息非常敏感,如果这个版本库泄漏,整个公司的服务器架构就彻底泄漏了。 这个版本库只能在开发者本地电脑里面解密,远程托管版本库的服务器不应该知道文件里面的内容。 那么解决办法就是: …#Github#Git-crypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·blog.linjunhalida.com·Jun 2, 2021加密git远端版本库 - 网络寻租
shadowhand/git-encryptTransparent Git Encryption. Contribute to shadowhand/git-encrypt development by creating an account on GitHub.#Github#Git-crypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·github.com·Jun 2, 2021shadowhand/git-encrypt
用 Git 和云存储保存隐私信息网络越来越发达,各式各样的网盘、云存储也走进日常生活,我也开始在 Dropbox 和 GitHub 中存储一些个人文件和代码。但如果涉及到隐私的信息非要放上去就必须要加密处理,今天我说一下如何用 git 来保存这些隐私信息。#Git-crypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·blog.gocalf.com·Jun 2, 2021用 Git 和云存储保存隐私信息
How to Encrypt Git Files使用git-crypt加密git敏感文件#Git-crypt#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·guzhongren.github.io·Jun 2, 2021How to Encrypt Git Files
在 git-ops 中使用 git-crypt 保护敏感数据 | Zhu.Yang#Git-crypt#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·generalthink.github.io·Jun 2, 2021在 git-ops 中使用 git-crypt 保护敏感数据 | Zhu.Yang
How to secure sensitive data with git-crypt | Buddy: The DevOps Automation PlatformLearn how to secure repository files with git-crypt and automatiacally decrypt and encrypt data on every pipeline execution.#Git-crypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·buddy.works·Jun 2, 2021How to secure sensitive data with git-crypt | Buddy: The DevOps Automation Platform
Securing your secret keys with git-cryptInstall git-crypt with homebrew#Git-crypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·medium.com·Jun 2, 2021Securing your secret keys with git-crypt
git-crypt 使用 | Verne in GitHub#Git-crypt#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学#Blog#Article·einverne.github.io·Jun 2, 2021git-crypt 使用 | Verne in GitHub
git-crypt - transparent file encryption in git#Git-crypt#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·agwa.name·Jun 2, 2021git-crypt - transparent file encryption in git
AGWA/git-cryptTransparent file encryption in git. Contribute to AGWA/git-crypt development by creating an account on GitHub.#Git-crypt#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·github.com·Jun 2, 2021AGWA/git-crypt
Using SOPS and git hooks to share secrets — Part 2Using git hook to automate encryption process on Git#SOPS#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·levelup.gitconnected.com·Jun 2, 2021Using SOPS and git hooks to share secrets — Part 2
Using SOPS and git hooks to share secrets — Part 1SOPS: Encrypting secrets using central key stores#SOPS#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·levelup.gitconnected.com·Jun 2, 2021Using SOPS and git hooks to share secrets — Part 1
使用 SOPS 管理 Secret - 知乎Secret 管理的难题我们的应用在运行过程中,通常需要一些 secret,比如数据库密码、第三方 API 的 key、私钥等。为了规避安全风险,这些数据并不能随着代码直接提交进入版本管理系统。管理这些 secret 通常有几种…#SOPS#GitOPS#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·zhuanlan.zhihu.com·Jun 2, 2021使用 SOPS 管理 Secret - 知乎
使用GitOps管理K8S Secret — double12gzh#SOPS#GitOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·gzh.readthedocs.io·Jun 2, 2021使用GitOps管理K8S Secret — double12gzh
使用GitOps管理k8s secret - 知乎1. 写在前面2. 管理Secret比较好的方式3. 结构3.1 目录结构3.2 Scaling4. 设置SOPS4.1 设置AWS4.2 AWS实例配置文件4.3 设置Flux5. 小结 1. 写在前面GitOps是伴随着云原生产生的一个新的概念,它的核心是以一种 声…#SOPS#GitOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·zhuanlan.zhihu.com·Jun 2, 2021使用GitOps管理k8s secret - 知乎
Kubernetes secrets 加密处理的3种方式 | IDCF-技术圈来源:DevSecOps SIG作者:小马哥 前 言 Kubernetes 已经毫无争议地成为了云原生时代的事实标准#SOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·jishuin.proginn.com·Jun 2, 2021Kubernetes secrets 加密处理的3种方式 | IDCF-技术圈
Helm 实践之配置管理 | 须臾之学技术分享 | Node.js | kubernetes | ansible | Docker | DevOps | 思维与认知#SOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·blog.xizhibei.me·Jun 2, 2021Helm 实践之配置管理 | 须臾之学
加密 Kubernetes 集群中的敏感信息 · 语雀使用 Mozilla SOPS 来加密 Kuberne...#SOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·yuque.com·Jun 2, 2021加密 Kubernetes 集群中的敏感信息 · 语雀
Helm 插件之 helm-secrets:利用 PGP 加密你的 Values 文件 - 简书在使用 Helm 部署应用程序时,我们经常会遇到需要为所要部署的应用程序设定敏感信息值的情况,如:为应用程序自身设定登陆名和密码信息,或设定应用程序连接数据库时所需的信息等等...#SOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·jianshu.com·Jun 2, 2021Helm 插件之 helm-secrets:利用 PGP 加密你的 Values 文件 - 简书
Gitops 的一些实践经验之前看过多很多讲 Gitops 概念的文章,今天终于看到一篇讲实践的(原文见这里),我觉得这篇文章很有参考价值,介绍了一些 gitops 实在会遇到的问题和工具,和大家分享一下。 1.只用一个 git 仓库 建议所有跟基础设施有关的内容都放到一个仓库,包括有的团队、所有的项目。比如 kubernetes 的 template, infra as code 的平台,比如 terraform,比如 ansible playbooks,监控设施比如 grafana dashboards, alerts, 等等。 这样有哪些好处呢? single source of truth。线#SOPS#GitOPS#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·kawabangga.com·Jun 2, 2021Gitops 的一些实践经验
实用工具+好玩工具合集(持续更新中) | 氷泠's blog几百遍,重复了几百遍 重复的情绪重复的熬过想你的夜#Blog#Article#Tool/工具·bingling.fun·Jun 2, 2021实用工具+好玩工具合集(持续更新中) | 氷泠's blog
关于 K8s 的 Secret 并不安全这件事 - 人间指南关于 K8s 的 Secret 并不安全这件事 K8s 提供了 Secret 资源供我们来保存、设置一些敏感信息,比如 API endpoint 地址,各种用户密码或 token 之类的信息。在没有使用 K8s 的时候,这些信息可能是通过配置文件或者环境变量在部署的时候设置的。 不过, …#Github#SOPS#Tool/工具#Kubernetes/K8S#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·liubin.org·Jun 2, 2021关于 K8s 的 Secret 并不安全这件事 - 人间指南
Manage your secrets in Git with SOPSWe use Git for everything now, from code source to organization, history, and even for Kubernetes Clu...#SOPS#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·dev.to·Jun 2, 2021Manage your secrets in Git with SOPS
使用SOPS和git钩子共享秘密-第2部分_weixin_26722031的博客-CSDN博客到目前为止我们所做的 (What we have done so far)In part 1, we have set up our repository to use Mozilla SOPS to encrypt secret files before commit. But the encryption/decryption process still relies on human i...#SOPS#Github#Tool/工具#Security/安全#Cryptography/Encryption/加密#Cryptography/密码学·blog.csdn.net·Jun 2, 2021使用SOPS和git钩子共享秘密-第2部分_weixin_26722031的博客-CSDN博客