文件名称:envenc:在.env中无缝加密和解密您的开发密钥
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-31 13:32:16
JavaScript
ven 开发环境变量的1Password。 在.env无缝加密和解密您的开发密钥。 安装 npm install envenc 用法 安装: npm install envenc 创建: .env文件并添加密钥。 将此文件添加到您的.gitignore 添加: export SOME_SECRET=...到您的~./bash_profile 。 与其他开发人员共享此密钥。 加密:带有envenc的.env文件: ./node_modules/.bin/envenc $SOME_SECRET .bin / ./node_modules/.bin/envenc $SOME_SECRET 提交: .env.enc进行源代码管理 在应用程序顶部包括: require('envenc')(process.env.SOME_SECRET) 重要提示:这不适用于您的生产环境。 您应该将这些
【文件预览】:
envenc-master
----Readme.md(1KB)
----.npmignore(29B)
----test()
--------.env.enc(24B)
--------index.js(80B)
----History.md(123B)
----Makefile(89B)
----.gitignore(23B)
----index.js(2KB)
----bin()
--------envenc(271B)
----package.json(466B)