Thank you! Your message was sent.
Sorry, something went wrong. Please try again.
Welcome to Core Toolz

Pick a tool of your choice on the left
Enter line number
Generated Passwords:
Resolved IP:
Geolocation Details
Flag
Connection
- ASN:
- Org:
- ISP:
- Domain:
Timezone
- ID:
- Abbr:
- UTC:
- Offset:
- Current Time:
Browser Info
User Agent:
Language:
Platform:
Create Encrypted Note & Files
Drag & drop files
or click to upload
(Max: 5 files, 1MB)
Uploading...
Link copied to clipboard!
Error:
π How Encrypted Notes & Files Works
-
You write a note or upload a file.
This is your private content. You can also choose when the note should expire (e.g., in 60 minutes) and whether to set a password. -
Your content is encrypted before it leaves your device.
Using secure technology (AES encryption), your note or file is turned into scrambled code in your browser. This means the server never sees the original content β only the encrypted version. -
A private link is created for you.
After encryption, a unique link is generated. This link includes a secret key or password (unless you chose to set your own). This key is essential to decrypt the note. -
You share the link with someone.
The person who gets the link can view the note only once (if βburn after readingβ is enabled) otherwise the link will stay active for the number minutes set when the link was created. If a password was set, theyβll need that too. -
When someone opens the link:
- The app checks if a password is needed.
- If not, it decrypts the note in their browser using the key in the link.
- If yes, theyβll be asked to enter the password before seeing the message.
Encrypted note & files
This was a one-time note link and is now unusable.
Error:
- IP Address:
- Network Address:
- Usable Host IP Range:
- Broadcast Address:
- Total Number of Hosts:
- Number of Usable Hosts:
- Subnet Mask:
- Wildcard Mask:
- Binary Subnet Mask:
- IP Class:
- CIDR Notation:
- IP Type:
- Short:
- Binary ID:
- Integer ID:
- Hex ID:
- in-addr.arpa:
- IPv4 Mapped Address:
- 6to4 Prefix:
Private IP Ranges
- 10.0.0.0 - 10.255.255.255 (/8)
- 172.16.0.0 - 172.31.255.255 (/12)
- 192.168.0.0 - 192.168.255.255 (/16)
DNS Records
Reverse DNS
HTTPS Test
WHOIS Info
Download
Upload
Latency
Other Internet Speed Test Sites
Site | Description |
---|---|
Speedtest.net | Most popular speed test with global server network |
Fast.com | Netflixβs simple test, focused on download speed |
Cloudflare Speed | Tests from Cloudflare edge servers |
Google Speed Test | Quick test via Google search powered by M-Lab |
Resolved IP:
Tidy & Convert: JSON, XML, YAML
Error:
HTML Formatter & Tidier
Error:
Cron Expression Builder & Parser
Use numbers, commas, asterisks (*), and slashes (/) to define your schedule. Examples:
*
= every unit*/2
= every 2 units0,15,30
= at minutes 0, 15, and 30
Invalid characters. Only 0-9, ,, *, /, - allowed.
Invalid characters. Only 0-9, ,, *, /, - allowed.
Invalid characters. Only 0-9, ,, *, /, - allowed.
Invalid characters. Only 0-9, ,, *, /, - allowed.
Invalid characters. Only 0-9, ,, *, /, - allowed.
Cron Line
Parsed Description
π¦ Tar (.tar, .tar.gz)
# Create a .tar.gz archive tar -czvf archive-name.tar.gz folder-name/ # Extract a .tar.gz archive tar -xzvf archive-name.tar.gz # List contents tar -tzvf archive-name.tar.gz # Extract to a specific directory tar -xzvf archive-name.tar.gz -C /path/to/target/ # Create .tar only tar -cvf archive-name.tar folder-name/ # Extract .tar tar -xvf archive-name.tar
ποΈ Zip
# Create a zip zip -r archive-name.zip folder-name/ # Create a password-protected zip zip -r -e archive-name.zip folder-name/ # Extract zip unzip archive-name.zip # List contents unzip -l archive-name.zip # Extract to a specific directory unzip archive-name.zip -d /path/to/target/
π Rar
# Create rar (requires rar package) rar a archive-name.rar folder-name/ # Create password-protected rar rar a -p archive-name.rar folder-name/ # Extract rar unrar x archive-name.rar # List contents unrar l archive-name.rar # Extract to directory unrar x archive-name.rar /path/to/target/
ποΈ 7z (7-Zip)
# Create a 7z archive 7z a archive-name.7z folder-name/ # Create password-protected 7z 7z a -p archive-name.7z folder-name/ # Extract 7z 7z x archive-name.7z # List contents 7z l archive-name.7z # Extract to specific directory 7z x archive-name.7z -o/path/to/target/
Archive Commands (tar, zip, rar, 7z)
π SSH Backup & Restore
# π Rsync backup to remote server rsync -avz folder-name/ user@remote:/backup/path/ # π Rsync restore from remote rsync -avz user@remote:/backup/path/ folder-name/ # π€ SCP upload a compressed archive scp archive-name.tar.gz user@remote:/backup/path/ # π₯ SCP download scp user@remote:/backup/path/archive-name.tar.gz ./ # π¦ Remote tar and stream over SSH (backup) tar czf - folder-name/ | ssh user@remote "cat > backup.tar.gz" # π₯ Remote extract streamed tar over SSH ssh user@remote "cat backup.tar.gz" | tar xzvf -
π Common Linux Commands
Generating passwords...