1
0
Fork 0
This repository has been archived on 2023-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
masters-thesis/tex/abbreviations.tex

52 lines
1.5 KiB
TeX

% =========================================================================== %
% Encoding: UTF-8 (žluťoučký kůň úpěl ďábelšké ódy)
% =========================================================================== %
\seznamzkr{}
\begin{tabular}{ll}
SHA & Secure Hash Algorithm \\
AES & Advanced Encryption Standard \\
CSPRNG & Cryptographically Secure Pseudo-Random Number Generator \\
ID & Identity \\
PID & Process ID \\
Cgroup & Control group \\
TLS & Transport Layer Security \\
TCP & Transmission Control Protocol \\
SSH & Secure Shell \\
DNS & Domain Name System \\
ZSTD & Z Standard \\
ZFS & Zettabyte File System \\
ISP & Internet Service Provider \\
GPG & GNU Privacy Guard \\
GNU & GNU's Not Unix! \\
CSS & Cascading Style Sheets \\
API & Application Programming Interface \\
CLI & Command Line Interface \\
SCM & Source Code Management \\
HIBP & Have I Been Pwned? \\
TDD & Test Driven Development \\
TOML & Tom's Obvious Minimal Language \\
YAML & Yet Another Markup Language \\
JSON & Java Script Object Notation \\
INI & Initialization file \\
CPU & Central Processing Unit \\
RAM & Random Access Memory \\
NVMe & Non-Volatile Memory Express \\
PCIe & Peripheral Component Interconnect Express \\
HPC & High Performance Computing \\
OOM & Out of Memory \\
OWASP & Open Web Application Security Project \\
NIST & National Institute of Standards and Technology \\
SEO & Search Engine Optimisation \\
\end{tabular}
% =========================================================================== %