-
The v3 `hardhat-keystore` should encrypt the secrets on disk within the keystore file.
See the design doc for details: https://www.notion.so/nomicfoundation/hardhat-keystore-ec80978a6de54098b60350a…
kanej updated
2 months ago
-
I successfully deployed yopass to S3/Lambda - but was wondering - is there an easy method of restricting who can encrypt new secrets while allowing anyone to decrypt?
-
I have a file `secrets.env` where the plain content is dotenv formatted.
I encrypt all files to json format.
When I run `sops filestatus secrets.env` I get:
```
[CMD] FATA[0000] cannot …
-
### OpenTofu Version
```shell
OpenTofu v1.8.2
```
### Use Cases
A way to prevent secrets being stored in state file.
### Attempted Solutions
Encrypting state is a great thing, but..…
-
### User Story
As a Modernisation Platform Engineer
I want to create a centralized GitHub Action in the `github-actions` repository to manage secrets
So that any updates or changes can be made in one…
-
1.6.4 Verify that symmetric keys, passwords, or API secrets generated by or shared with clients are used only in protecting low risk secrets, such as encrypting local storage, or temporary ephe…
-
On windows 10 with version 3.7.3 and using age:
When I encrypt the .env file:
`PORT=test`
with the command
` sops --encrypt --age xxxxx ./config/dev/secrets.env > ./config/dev/secrets.enc.env`…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
The secrets files in the local dev implementation are plaintext. While the docs says NOT to commit them, people will accidentally try this and push them to git without knowing.
Moving them to a ".…
-
In #329 we added a ban for ASCII-armored GPG private keys. But as far as I can tell we don't have a method for detecting un-armored private keys, since they resemble unstructured binary data.
```
…