Frequently Asked Questions
Have questions about Namirasoft Secret? This section provides clear and concise answers to help you better understand the service. Whether you’re just getting started or exploring advanced features, these FAQs are here to support your experience.
Home Page FAQs
Learn the basics of Namirasoft Secret.
1. What is Namirasoft Secret used for?
Namirasoft Secret stores encrypted sensitive information such as API tokens, passwords, and credentials used by other Namirasoft applications.
2. How do I start using Namirasoft Secret?
Simply create a Namirasoft Account to access the Secret console and begin adding your encrypted data.
3. Can I store secrets from other Namirasoft apps?
Yes, Namirasoft apps pass sensitive values directly to Namirasoft Secret during their setup or usage, and the values are encrypted and stored automatically in Namirasoft Secret.
4. Can the other Namirasoft apps read the secrets they store?
Yes, the apps that stored the secrets can access and use them when needed to complete their own operations.
5. Can I view the secrets I’ve stored?
It depends on the algorithm. For more information, visit the Security page.
6. Is Namirasoft Secret free?
Yes, Namirasoft Secret is completely free. You can create and retrieve secrets without limits and without a credit card. See the pricing section for details.
7. What happens if I delete a secret?
If the secret is used by another Namirasoft app, that app will fail to complete its task because the required data is no longer available.
How It Works FAQs
Answers to common questions about how to get started and use Namirasoft Secret.
1. How can I create secrets in Namirasoft Secret?
You can create secrets by entering sensitive data directly in supported Namirasoft apps, which automatically encrypt and store it in Namirasoft Secret, or by manually adding them through the Namirasoft Secret console.
2. If I enter sensitive data in other Namirasoft apps, is it stored securely?
Yes. When you input sensitive data in Namirasoft apps like Namirasoft Credential or Sender apps, it's automatically encrypted and securely stored in Namirasoft Secret behind the scenes.
3. Can I manually add secrets to Namirasoft Secret?
Yes. In the Secret console, you can organize secrets by Groups, assign them a name, choose an encryption algorithm, and store the value securely. For more information, visit How It Works page.
4. How do I know which encryption algorithm to choose?
Each algorithm has different capabilities. Some support retrieval, while others are write-only. For detailed guidance, visit the Security page.
5. Can I edit or retrieve all secrets once stored?
Depending on the algorithm selected, some secrets are retrievable or editable, while others are intentionally non-reversible for security. For detailed guidance, visit the Security page.
6. How do I control who can access my secrets?
You can manage access permissions using Namirasoft Access, ensuring only authorized users can view or manage your secrets.
7. Will using Namirasoft Secret affect my workflow?
No. Namirasoft Secret is built to integrate securely and seamlessly with your existing workflows and apps, without causing delays or complexity.
8. Can I use Namirasoft Secret with my own applications?
Yes. You can create secrets in the Namirasoft Secret console and access them via the Namirasoft Secret API. See full integration details on the Integration page.
Security FAQs
Understand how Namirasoft Secret protects your data.
1. What’s the difference between encryption and hashing in Namirasoft Secret?
Encryption is reversible, allowing secure retrieval of the original value. Hashing is irreversible and suited for use cases like verification without exposing the original data.
2. Can I retrieve a hashed secret later if I need to see the original value?
No. Hashing (using HASH-SHA256 or HASH-BCRYPT) is a one-way process. To store retrievable data, use ENCRYPT-AES256CCM instead.
3. What makes AES256CCM secure for encryption?
ENCRYPT-AES256CCM uses the Advanced Encryption Standard in CCM mode, providing both confidentiality and integrity. It's ideal for encrypting credentials and API keys securely.
4. Is Namirasoft Secret suitable for use in external (non-Namirasoft) applications?
Yes. Through the Namirasoft Secret API, you can store and retrieve secrets in external apps. You can select between encryption and hashing to meet your security requirements.
5. How do I decide between SHA256 and BCRYPT when using hashing?
Use HASH-SHA256 for lightweight validation. Choose HASH-BCRYPT for passwords or user-facing secrets requiring stronger security due to its computational hardness.