â Back to Home
1. Getting Started
1.1 Application Overview
UTS Vault Enterprise is an enterprise-grade security platform designed for professionals. The application includes the following main features:
- Password Manager: Unlimited password storage and management
- Password Generator: Cryptographically secure password generation
- File Encryption: Encrypt sensitive files with AES-256-GCM
- Password Sharing: Secure password sharing with other users
- Shared Vaults: Shared password vaults for team collaboration
- Organizations: Enterprise-level password management
âšī¸ Important Information
UTS Vault Enterprise uses a zero-knowledge architecture. This means all encryption operations are performed locally on your device, and your master password is never sent to servers.
2. Installation and Activation
2.1 Downloading the Application
- Click the "Download Free Trial" button on the home page
- Download the DMG file
- Open the downloaded DMG file
- Drag the UTS Vault Enterprise application to the Applications folder
2.2 First Launch
When you first open the application, you may see a macOS security warning:
- Right-click on the application and select "Open"
- Click "Open Anyway" in Security settings
2.3 License Activation
License activation is required to use the application with full features:
- Click the "Activate License" button in the application
- Enter the activation code sent to your email address after purchase
- Click the "Activate" button
đĄ Trial Version
You can perform a limited number of operations without license activation. To access all features, you need to purchase a license.
3. Password Manager
3.1 Saving Passwords
- Go to the "Password Manager" tab on the main screen
- Click the "Add Password" button
- Enter the site name, username, and password
- Optionally add notes
- Click the "Save" button
đ Security Features
All saved passwords are encrypted with AES-256-GCM algorithm and stored securely on your device. Your master password is never sent to servers.
3.2 Viewing Passwords
To view saved passwords:
- Saved passwords are listed in the Password Manager tab
- Click on a password to view its details
- Click the "Show Password" button to view the password
3.3 Editing and Deleting Passwords
To update password information:
- Select the password you want to update
- Click the "Edit" button
- Update the information
- Click the "Save" button
3.4 Searching Passwords
You can quickly search among your saved passwords using the search bar. Search is performed in site names, usernames, and notes.
4. Password Generator
4.1 Generating Secure Passwords
- Go to the "Password Generator" tab
- Set the password length (default: 16 characters)
- Select the character sets you want to use:
- Uppercase letters (A-Z)
- Lowercase letters (a-z)
- Numbers (0-9)
- Special characters (!@#$%^&*)
- Click the "Generate Password" button
- Copy the generated password or save it directly to the password manager
đ˛ Cryptographic Security
The password generator uses your operating system's cryptographically secure random number generators. Generated passwords have 128+ bit entropy and are ready for the post-quantum era.
4.2 Generating Passphrases
You can use passphrase mode for human-readable passwords:
- Enable the "Passphrase" option
- Select the number of words (recommended: 4-6 words)
- Click the "Generate" button
5. File Encryption and Timestamping
5.1 Encrypting Files
- Go to the "Files" tab
- Click the "Add File" button
- Select the file you want to encrypt
- The application automatically encrypts the file and deletes the original file for security
â ī¸ Important Warning
After file encryption, the original file is automatically deleted for security reasons. Make sure you have a backup of the encrypted file.
5.2 Creating Timestamps
To add a cryptographic timestamp to your encrypted file:
- Select the encrypted file
- Click the "Generate Proof" button
- The application sends the file hash to the server and receives an Ed25519-signed timestamp
5.3 Decrypting Files
- Select the encrypted file
- Click the "Decrypt File" button
- Select the location where the file will be saved
5.4 File Integrity Check
You can use the "Check Integrity" button to check if your encrypted file has been corrupted.
6. Password Sharing
UTS Vault Enterprise allows you to securely share passwords with other users. All sharing operations work on the zero-knowledge principle.
6.1 Initial Setup
Before using the password sharing feature:
- Go to the "Password Sharing" tab
- If you are not logged in, the application will ask you to log in with your Supabase account
- If using for the first time, click the "Initialize Keys" button
- The application will create an X25519 key pair for you
đ Key Management
The created private keys are stored securely on your device and are never sent to servers. Only your public key is stored on the server and is used by other users for password sharing.
6.2 Sharing Passwords
- Click the "Share Password" button in the "Shares" view
- Select the password you want to share
- Enter the recipient's email address
- Optionally set an expiration date
- Click the "Share" button
đ Encryption Process
The shared password is encrypted using the recipient's public key with X25519 key exchange and AES-256-GCM. No one except the recipient can decrypt the password.
6.3 Viewing Shared Passwords
- In the "Shares" view, you can see passwords shared with you
- Click on a password to view its details
- You can decrypt the password by clicking the "Decrypt" button
6.4 Revoking Shares
To stop sharing a password:
- Find the relevant password in the shared passwords list
- Click the "Revoke" button
- Confirm
7. Shared Vaults
Shared vaults are designed for groups of users to work together. All passwords in the vault are encrypted with the vault key, and this key is provided to each member encrypted with their own public key.
7.1 Creating a Vault
- Go to the "Vaults" view in the "Password Sharing" tab
- Click the "Create Vault" button
- Enter a name for the vault
- Optionally link it to an organization
- Click the "Create" button
7.2 Adding Vault Members
- Select the relevant vault from the vault list
- Click the "Add Member" button
- Enter the member's email address
- Click the "Add" button
đĨ Organization Control
If a vault is linked to an organization, only members of that organization can be added to the vault. This helps you maintain your corporate security policies.
7.3 Adding Vault Passwords
- Click the "Add Password" button inside the vault
- Enter the site name, username, password, and optional notes
- Click the "Save" button
7.4 Viewing Vault Passwords
To view passwords in a vault:
- Select the relevant vault from the vault list
- Passwords in the vault are automatically listed
- Click on a password to view its details
- You can decrypt the password by clicking the "Decrypt" button
7.5 Rotating Vault Keys
To rotate the vault key for security purposes:
- Go to vault settings
- Click the "Rotate Key" button
- Confirm
- The application will create a new key and distribute it to all existing members
â ī¸ Key Rotation Warning
The key rotation process requires re-encryption of all passwords in the vault. This process may take time and requires all members to be logged in through the application.
8. Organizations
The organization feature is designed for enterprise users. Organizations allow you to group members and manage shared resources.
8.1 Creating an Organization
- Go to the "Organizations" view in the "Password Sharing" tab
- Click the "Create Organization" button
- Enter a name for the organization
- Click the "Create" button
8.2 Adding Organization Members
- Select the relevant organization from the organization list
- Click the "Add Member" button
- Enter the member's email address
- Click the "Add" button
8.3 Organization Vaults
Organization members can create and manage organization-linked vaults:
- When creating a vault, enable the "Link to Organization" option
- Select the relevant organization
- This vault will only be accessible by organization members
8.4 Organization Passwords
You can add organization-level passwords:
- Click the "Add Organization Password" button in the organization view
- Enter the password information
- This password will be accessible to all organization members
8.5 Member Management
Organization administrators can manage members:
- Add and remove members
- Change member roles
- View member activities
9. Security and Privacy
9.1 Zero-Knowledge Architecture
UTS Vault Enterprise uses a zero-knowledge architecture:
- All encryption operations are performed locally on your device
- Your master password is never sent to servers
- Servers only store encrypted data
- Decryption operations only occur on your device
9.2 Cryptographic Algorithms
đ Algorithms Used
- AES-256-GCM: For file and vault encryption
- Scrypt: Master password derivation (N=16384)
- X25519: Key exchange and password sharing
- SHA-256: Hash computation and integrity checking
- Ed25519: Digital signatures (timestamps)
9.3 Key Management
The application manages your keys securely:
- Private keys are stored encrypted on your device
- Keys are protected using macOS Keychain
- Biometric authentication (Touch ID) is supported
9.4 Privacy Settings
You can manage privacy options from the application settings:
- Timestamp creation settings
- Privacy guarantees information
- Security logs
10. Troubleshooting
10.1 Application Won't Open
If you see a macOS security warning:
- Right-click on the application
- Select "Open"
- Click "Open Anyway" in System Preferences > Security & Privacy
10.2 Password Sharing Not Working
If you're experiencing issues with the password sharing feature:
- Make sure you're logged in with your Supabase account
- Check that your keys are initialized
- Check your internet connection
- Make sure the recipient is also a UTS Vault Enterprise user
10.3 File Decryption Error
If you're getting errors while decrypting files:
- Make sure the file hasn't been corrupted
- Check file integrity
- Make sure you have sufficient disk space
10.4 License Activation Issues
If license activation is failing:
- Check your internet connection
- Make sure the activation code is entered correctly
- Make sure your email address matches the one used in the purchase
- Contact the support team: support@kaanuluer.com
10.5 Getting Support
If you need additional help:
- Email: support@kaanuluer.com
- The support team typically responds within 24 hours
- Include screenshots when describing your issue
UTS Vault Enterprise - Your Security is Our Priority
Last updated: 2026