ZeroNote makes creating and sharing secure, encrypted notes incredibly simple. Whether you need to share sensitive information, protect confidential data, or simply send a private message, this complete guide will walk you through every step of the process.

🎯 What You'll Learn

  • How to create basic and password-protected notes
  • Setting up view limits and auto-delete timers
  • Uploading and sharing files securely
  • Understanding ZeroNote's security features
  • Accessing and downloading shared content
  • Anonymous vs. registered account benefits

πŸš€ Getting Started: The Create Note Interface

When you visit ZeroNote's create note page, you'll see a clean, intuitive interface designed for both simplicity and security. Let's explore the main components:

![image1](image1)

Interface Components

πŸ“Š Note Functions Panel

Track your daily and monthly note usage. Free users get 2 notes per day and 25 per month.

πŸ”’ Security Settings

Configure password protection, view limits, and auto-delete features.

πŸ“Ž Advanced Features

File attachments for PLUS and PRO users (shown with plan badges).

✍️ Editor Area

Where you write your secure note content (up to 500 characters for free users).

πŸ“ Step 1: Writing Your Note

Start by clicking in the main editor area and typing your confidential note. The interface shows your character count in real-time:

  • Free Plan: Up to 500 characters per note
  • PLUS/PRO Plans: Extended character limits
  • Real-time validation: See remaining characters as you type
  • Rich formatting: Basic text formatting supported

πŸ” Step 2: Configuring Security Features

ZeroNote offers multiple security layers to protect your content. Let's explore each option:

![image2](image2)

Password Protection

Toggle the password switch to add an extra layer of security:

πŸ”‘ Password Settings

  • Length: 0-16 characters (Free Plan)
  • Strength: Use a mix of letters, numbers, and symbols
  • Client-side encryption: Password never leaves your device
  • Zero-knowledge: Even ZeroNote can't see your password

View Limits

Control how many times your note can be accessed:

  • Free Plan: 1-5 views maximum
  • Single use: Perfect for one-time sensitive information
  • Multiple access: For information that needs to be referenced several times
  • Automatic destruction: Note destroys itself after reaching the limit

Auto-Delete Timer

Set when your note should automatically self-destruct:

⏰ Auto-Delete Options

  • Free Plan: Up to 48 hours (2 days)
  • Default behavior: Deleted within 24 hours if no password
  • Password extension: Up to 48 hours with password protection
  • Guaranteed deletion: Note will be permanently destroyed at the specified time

πŸ“Ž Step 3: Adding File Attachments (PLUS/PRO)

Premium users can attach files to their secure notes. ZeroNote supports ALL file types:

πŸ“„ Documents

PDF, DOC, TXT, MD, etc.

πŸ–ΌοΈ Images

JPG, PNG, GIF, SVG, etc.

🎡 Media

MP3, MP4, AVI, MOV, etc.

πŸ’Ύ Archives

ZIP, RAR, 7Z, TAR, etc.

βš™οΈ Code

JS, PHP, PY, HTML, etc.

πŸ”§ Executables

EXE, APP, DEB, etc.

πŸ›‘οΈ File Security Features

  • End-to-end encryption: Files encrypted on your device before upload
  • Secure storage: Files stored outside web-accessible directories
  • Single-use downloads: Each file can only be downloaded once
  • 15-minute window: Download links expire after 15 minutes
  • Failure protection: Failed downloads can be retried
  • Complete cleanup: All files permanently deleted after access or timeout

πŸŽ‰ Step 4: Creating Your Secure Note

Once you've configured all your settings, click the "Create Secure Note" button to generate your encrypted note:

![image3](image3)

What Happens During Creation

  1. Client-side encryption: Your note is encrypted on your device
  2. Secure upload: Encrypted data is sent to ZeroNote servers
  3. Fragment key generation: Unique security keys are created
  4. Link generation: A secure sharing link is created
  5. Confirmation: You receive your shareable link

Your Secure Link

After creation, you'll receive a unique link like this:

πŸ”— Important Link Information

  • Save immediately: This is the only way to access your note
  • Share securely: Send via secure channels only
  • One-time creation: The link cannot be regenerated
  • Fragment key included: The part after '#' is crucial for decryption

πŸ”“ Step 5: Accessing the Note

When someone clicks your secure link, they'll see the access interface:

![image4](image4)

The Access Process

1. Note ID Recognition

The system automatically extracts the note ID from the URL

2. Fragment Key Validation

The decryption key is verified and optimized for security

3. Password Prompt (if required)

If you set a password, the user will be prompted to enter it

4. Decryption Process

The note is decrypted client-side using the provided keys

Password-Protected Notes

If you set a password during creation, users will need to enter it before accessing the content:

  • Client-side verification: Password is checked on the user's device
  • No server knowledge: ZeroNote never sees the password
  • Failed attempts: Incorrect passwords don't consume view limits
  • Secure prompt: Password field is protected against common attacks

πŸ“₯ Step 6: Downloading Files

If your note contains file attachments, users can download them after decryption:

πŸ• 15-Minute Download Window

Once a note is successfully decrypted, file downloads are available for exactly 15 minutes:

  • Single download per file: Each file can only be downloaded once
  • Failure protection: Failed downloads can be retried within the window
  • Automatic cleanup: All files are permanently deleted after the window expires
  • Progress tracking: Real-time download progress and status

Supported File Types

ZeroNote truly supports ALL file types without restrictions:


# Documents and Text
βœ… .pdf .doc .docx .txt .md .rtf .odt

# Images and Graphics  
βœ… .jpg .png .gif .svg .bmp .webp .ico

# Audio and Video
βœ… .mp3 .wav .flac .mp4 .avi .mov .mkv

# Archives and Compression
βœ… .zip .rar .7z .tar .gz .bz2

# Code and Development
βœ… .js .php .py .html .css .json .xml .sql

# Executables and Applications
βœ… .exe .app .deb .rpm .msi .dmg

# Specialized Formats
βœ… .psd .ai .sketch .blend .dwg .step

# Even unusual files
βœ… .blockchain .nft .smart-contract .custom
        

πŸ‘€ Anonymous vs. Registered Users

ZeroNote works great for both anonymous and registered users, with different benefits for each:

Feature Anonymous (Free) Registered User
Notes per day 2 Plan-dependent
Notes per month 25 Plan-dependent
Character limit 500 Plan-dependent
File attachments ❌ βœ… (PLUS/PRO)
Password protection βœ… βœ…
View limits 1-5 Plan-dependent
Auto-delete Up to 48h Plan-dependent
Privacy protection Device fingerprinting Session-based

Anonymous Mode Benefits

πŸ•ΆοΈ Perfect for One-Time Use

  • No registration required: Start using immediately
  • Zero-knowledge encryption: Maximum privacy protection
  • Device fingerprinting: Prevents abuse while protecting privacy
  • Up to 5 views per note: Suitable for small group sharing
  • 48-hour retention: Perfect for temporary information

πŸ”’ Security Deep Dive

Understanding ZeroNote's security model helps you use the service more effectively:

Client-Side Encryption


// Simplified encryption process
async function encryptNote(content, password) {
    // 1. Generate random encryption key
    const encryptionKey = await crypto.getRandomValues(new Uint8Array(32));
    
    // 2. Derive key from password (if provided)
    const passwordKey = password ? 
        await deriveKeyFromPassword(password) : null;
    
    // 3. Encrypt content on client side
    const encryptedContent = await crypto.subtle.encrypt(
        { name: "AES-GCM", iv: randomIV },
        encryptionKey,
        new TextEncoder().encode(content)
    );
    
    // 4. Generate fragment key for sharing
    const fragmentKey = await generateFragmentKey(encryptionKey);
    
    return {
        encryptedContent,
        fragmentKey,
        // Password key never leaves client
        clientPasswordProtection: passwordKey !== null
    };
}
        

Secure Link Structure

ZeroNote links contain multiple security components:

❓ Common Questions & Troubleshooting

Q: What happens if I lose the link?

A: Unfortunately, lost links cannot be recovered. The link is the only way to access your note, as ZeroNote uses zero-knowledge encryption.

Q: Can I edit a note after creation?

A: No, notes cannot be edited after creation for security reasons. You'll need to create a new note with the updated content.

Q: What if someone tries to access my note with the wrong password?

A: Failed password attempts don't count against your view limit. The note remains secure and accessible with the correct password.

Q: Can I extend the auto-delete timer?

A: No, the auto-delete timer cannot be modified after creation. This ensures guaranteed deletion for security purposes.

Q: Are file downloads really single-use?

A: Yes, each file can only be downloaded once. However, failed downloads (due to network issues) can be retried within the 15-minute window.

Q: What file size limits exist?

A: File size limits depend on your plan. PLUS users get larger limits, while PRO users have the highest file size allowances.

πŸš€ Best Practices

Follow these best practices to get the most out of ZeroNote:

πŸ” Security Best Practices

  • Use strong, unique passwords for sensitive notes
  • Set appropriate view limits based on your sharing needs
  • Choose the shortest reasonable auto-delete time
  • Share links through secure channels only
  • Never post sensitive links in public forums

πŸ“€ Sharing Best Practices

  • Communicate the password separately from the link
  • Inform recipients about view limits and deadlines
  • Use single-view limits for highly sensitive information
  • Test the link yourself before sharing (if view limit allows)
  • Provide context about the content without revealing details

πŸ“ File Sharing Best Practices

  • Scan files for malware before uploading
  • Use appropriate file names (recipients will see them)
  • Consider compressing multiple files into archives
  • Be mindful of file size limits on your plan
  • Remember the 15-minute download window for recipients

🎯 You're Ready to Create Secure Notes!

Congratulations! You now have everything you need to create, secure, and share encrypted notes with ZeroNote. Whether you're sharing sensitive business information, personal data, or just want to send a private message, ZeroNote's zero-knowledge encryption ensures your content remains completely private.

Remember: ZeroNote is designed so that even we can't access your content. Your privacy and security are built into every aspect of the system.

πŸ”— Ready to Get Started?

Now that you understand how ZeroNote works, you're ready to create your first secure note!

πŸ“š Related Guides