Get Started
Quickstart
Get started with Enkryptify in minutes
We’re actively enhancing this page with more detailed, accurate, and Enkryptify-specific information. Soon, you’ll find improved content along with step-by-step guides and helpful visuals. Thank you for your patience as we work to provide you with the best possible documentation.
Getting Started
Getting started with Enkryptify is easy. Follow the steps below to get started with Enkryptify.
- Sign up for an account on Enkryptify.
- Create a new team.
- Create a project.
- Add secrets to your project or import them from an existing project.
- Install the Enkryptify CLI or use one of the integrations to use secrets in your project.
Secure your secrets
Security is our top priority, we always improve our security measures to keep your secrets safe. We use the latest encryption algorithms to secure your secrets. But you need to secure your secrets as well. Here are some tips to secure your secrets:
General tips
- Don’t share your secrets outside of Enkryptify. This includes sharing secrets in emails, chat messages, or any other insecure methods, even with your team members.
- Don’t store secrets in your code repository. Use the CLI to fetch secrets from Enkryptify and use them in your project or if you want to use .env files make sure you add the .env file to your
.gitignore
file.
Tips to secure employees
- Don’t share your Enkryptify account with your team members. Each team member should have their own account.
- Don’t share your secrets with team members who don’t need them. Only share secrets with team members who need them. Use the principle of least privilege.
- Add a requirement for two-factor authentication (2FA) for your team members. This adds an extra layer of security to your account.