Crypto & Security Glossary
Definitions of key terms in cryptography, security engineering, and cryptocurrency finance. Select letters or search to filter.
AES Encryption
AAdvanced Encryption Standard (AES) is a symmetric block cipher chosen by the U.S. government to protect classified information. It is implemented software-wide to encrypt sensitive data using 128, 192, or 256-bit keys.
AES Encryptor βBase64 Encoding
BA binary-to-text encoding scheme that represents binary data in an ASCII string format. Commonly used to transmit assets like images or keys safely across text-only protocols without losing formatting.
Base64 Tool βBitcoin Halving
BA protocol event occurring every 210,000 blocks (roughly every 4 years) where the block reward given to Bitcoin miners is cut in half. This reduces the rate of new coin issuance to enforce its deflationary supply limit.
Halving Clock βBreak-Even Price
BThe average cost basis of an investment position, representing the exact price level at which selling the assets yields zero net gains and zero net losses, including exchange transaction trading fees.
Break-Even Calculator βCapital Gains Tax
CThe tax levied on the profit realized from the sale or exchange of a non-inventory asset, like cryptocurrencies. Gains are categorized as short-term (held under a year) or long-term (held over a year), taxed at varying rates.
Tax Calculator βCompound Interest
CInterest calculated on the initial principal and also on the accumulated interest of previous periods. In cryptocurrency, this is widely utilized to calculate exponential gains on DeFi staking yields (APY).
Interest Calculator βDollar-Cost Averaging (DCA)
DDollar-Cost Averaging (DCA) is an investment strategy where you buy a fixed dollar amount of an asset at regular intervals (daily, weekly, monthly). This mitigates pricing volatility and lowers the average entry cost basis.
DCA Simulator βDiffie-Hellman
DA mathematical protocol that allows two parties to establish a shared secret key over an insecure public communication channel. This shared secret key is then used to encrypt subsequent communications.
DH Simulator βEthereum Address Checksum (EIP-55)
EA protocol standard that introduces capitalization-based checksums to Ethereum addresses using Keccak-256 hashes. This protects users from sending funds to incorrect addresses due to typos.
Address Validator βGas Limit
GThe maximum amount of gas (computational effort) a user is willing to spend for a transaction on the Ethereum network. Simple transfers require exactly 21,000 gas limit units, while smart contract swaps require much more.
Gas Tracker βGwei (Giga-wei)
GA denomination of the cryptocurrency Ether (ETH), equal to 1,000,000,000 Wei or 10β»βΉ ETH. Gwei is the standard unit used to measure transaction gas fees on the Ethereum network for ease of reading.
Satoshi/Gwei Converter βHMAC
HHash-based Message Authentication Code (HMAC) is a cryptographic code that uses a pre-shared secret key and a cryptographic hash function (like SHA-256) to verify both data integrity and data authenticity.
HMAC Generator βInstant Swap
IThe process of exchanging one cryptocurrency directly for another (wallet-to-wallet) without having to deposit assets on a centralized orderbook exchange, maintaining user custody and privacy.
Instant Swap βJSON Formatter & Validator
JA utility used to parse, clean, beautify, and validate JSON (JavaScript Object Notation) structures. Identifies parsing errors like trailing commas or missing quotes in data strings.
JSON Formatter βJSON Web Token (JWT)
JA compact, URL-safe standard for representing credentials transferred between two parties. Composed of a Header, Payload, and Signature, it is widely utilized for secure API authentication.
JWT Decoder βLiquidation Price
LThe price point at which a leverage futures position is automatically closed by an exchange because the margin balance falls below the required maintenance margin threshold to prevent loss.
Liquidation Calculator βPassword Entropy & Generator
PA measurement in bits of the randomness and complexity of a password string. Higher entropy scores represent stronger resistance against dictionary and brute-force cracking attacks.
Password Generator βPosition Sizing & Risk
PThe calculation of how much capital or how many coins to trade based on total account balance and stop-loss distance, ensuring that a predefined risk threshold (e.g. 1% or 2%) is never exceeded.
Risk Calculator βPrice Converter
PAn index calculator that retrieves live exchange price metrics for digital assets to convert values between different cryptocurrencies (crypto-to-crypto) or fiat currencies (crypto-to-fiat).
Price Converter βQR Code
QQuick Response Code (QR Code) is a matrix barcode designed to store information. In Web3, QR codes are commonly used to share wallet addresses and payment request URI links.
QR Generator βReturn on Investment (ROI)
RROI (Return on Investment) is a financial metric used to evaluate the efficiency or profitability of an investment. It is calculated by dividing net profit by the cost basis of the purchase, showing percentage returns.
Profit Calculator βRSA Key Pair
RAn asymmetric cryptographic algorithm named after Rivest, Shamir, and Adleman. It uses a mathematically linked public key (to encrypt data) and private key (to decrypt data), standardizing secure digital signing.
RSA Generator βSalary Converter
SA financial conversion tool used to calculate equivalent cryptocurrency salary payouts based on fiat income targets, showing yearly, monthly, weekly, daily, and hourly rates.
Salary Calculator βSatoshi (sat)
SThe smallest unit of the cryptocurrency Bitcoin (BTC), named after the pseudonymous creator Satoshi Nakamoto. One Satoshi is equal to 0.00000001 BTC, meaning there are 100,000,000 sats in 1 BTC.
Satoshi/Gwei Converter βSHA-256 Hashing
SA cryptographic hash function that produces a unique 256-bit (32-byte) signature. It is a one-way function used in data verification, password storage, and is the core hashing algorithm used in the Bitcoin blockchain.
Hash Generator βTOTP (2FA Token)
TTime-based One-time Password (TOTP) is an algorithm that computes a one-time passcode from a shared secret key and the current Unix time. Commonly utilized globally for secure Two-Factor Authentication (2FA).
TOTP Generator βUnix Timestamp
UA system for tracking points in time, measured as the total number of seconds elapsed since January 1st, 1970 UTC (the Unix Epoch). Standardizes timestamp markers on blockchain transactions.
Timestamp Converter βUUID (Universally Unique ID)
UA 128-bit identifier standard used to identify information without a central registration. Version 4 UUIDs are generated entirely from cryptographically secure random numbers.
UUID Generator βWallet Seed Mnemonic (BIP39)
UA sequence of 12 or 24 readable words chosen from the BIP39 wordlist that acts as a backup seed key to derive public/private wallet address chains for hierarchical deterministic crypto wallets.
Mnemonic Generator β