Krüptograafias
Krüptograafias is the Estonian term for cryptography, the study and practice of securing information and communications in the presence of adversaries. It combines mathematics, computer science, and information theory to transform plaintext into forms that only authorized parties can read and to verify the origin and integrity of data.
Core concepts include encryption, decryption, and keys. Encryption uses an algorithm and a key to convert plaintext
Two broad families of encryption are symmetric (the same key for encryption and decryption) and asymmetric
Common primitives include encryption schemes (AES, ChaCha20-Poly1305), public-key algorithms (RSA, Elliptic Curve Cryptography), hash functions (SHA-256),
Cryptography underpins secure communication protocols, digital certificates, e-commerce, and data protection standards. It evolves with advances