#env-var #secret-management #encryption-key #variables #key-management #aes #environment

app omit

Omit allows you to securely share environment variables and secrets using a single key

4 releases (2 stable)

1.0.1 Oct 7, 2024
1.0.0 Jun 19, 2024
0.2.0 Jun 19, 2024
0.1.0 Jun 19, 2024

#242 in Cryptography

MIT and GPL-3.0 licenses

21KB
364 lines

Omit Logo

Description

Omit is a Rust-based project that allows you to securely share environment variables and secrets using a single key. It provides a convenient way to deploy and manage sensitive information while ensuring the safety of your data.

The project utilizes AES encryption to protect your secrets and integrates seamlessly with your git commands, ensuring that your repository stays up to date with the latest changes.

Features

  • Securely share environment variables and secrets using a single key
  • AES encryption for data protection
  • Integration with git commands for easy management and synchronization

Installation

Thanks to cargo Omit can be installed with one simple command cargo install omit

Usage

To use Omit, follow these steps:

  1. Create a git repository and set it up
  2. Run the omit init command in the repositories folder
  3. Add your secrets with the omit < filename > command

For more commands run omit help

Compatibility

Unfortunately Omit is not currently compatible with non-linux systems, windows compatibility is a work in progress. If you'd like to implement more compatibility feel free to contribute to the project.

Contributing

Contributions to Omit are welcome! If you have any ideas, bug reports, or feature requests, please open an issue or submit a pull request on the GitHub repository.

License

Omit is licensed under the MIT License.

Dependencies

~3–28MB
~393K SLoC