# CipherInspector Docs ## Docs - [Ciphertext Settings](https://docs.cipherinspector.com/ciphertext/ciphertext-settings.md): Ciphertexts can be configured with various functional and non-functional settings to customize the experience. - [Color](https://docs.cipherinspector.com/ciphertext/color.md): The color setting for ciphertexts. - [Encodings](https://docs.cipherinspector.com/ciphertext/encoding.md): Character encoding options for ciphertexts - [Genericized Text](https://docs.cipherinspector.com/ciphertext/genericized.md): Genericized text is used to compare multiple ciphertexts in terms of their character frequencies rather than their unique characters. - [Ignore Casing](https://docs.cipherinspector.com/ciphertext/ignore-casing.md): The "Ignore Casing" setting for ciphertexts. - [Ignore Punctuation](https://docs.cipherinspector.com/ciphertext/ignore-punctuation.md): The "Ignore Punctuation" setting for ciphertexts. - [Ignore Whitespace](https://docs.cipherinspector.com/ciphertext/ignore-whitespace.md): The "Ignore Whitespace" setting for ciphertexts. - [Ciphertext Nickname](https://docs.cipherinspector.com/ciphertext/nickname.md): The nickname is a way to give an easy to read identifier to your ciphertext. - [Introduction](https://docs.cipherinspector.com/index.md): Welcome to CipherInspector! - [ASCII Distribution Chart](https://docs.cipherinspector.com/widgets/ascii-distribution-chart.md): ASCII distribution shows how distributed the bytes are in terms of their 0-255 range. - [Bitstream Variance](https://docs.cipherinspector.com/widgets/bitstream-variance.md): Bitstream Variance plots the numeric value of n-bit sequences from the ciphertext as a line graph, helping you spot patterns in how the data alternates (e.g. sine-like or repeating structure). - [Chi-squared Test](https://docs.cipherinspector.com/widgets/chi-squared-test.md): The Chi-squared test measures how closely the character or n-gram frequency distribution of a ciphertext matches an expected distribution. - [Expected Bin Occupancy](https://docs.cipherinspector.com/widgets/expected-bin-occupancy.md): Compare observed character frequency distribution against the expected random distribution with statistical confidence bands. - [Frequency Analysis](https://docs.cipherinspector.com/widgets/frequency-analysis.md): Frequency Analysis is the practice of evaluating n-gram frequencies across a text. - [Index of Coincidence](https://docs.cipherinspector.com/widgets/index-of-coincidence.md): Index of coincidence calculates the probability of two randomly chosen letters from a text being the same. - [Kasiski Examination](https://docs.cipherinspector.com/widgets/kasiski-test.md): Find repeated sequences in ciphertext to determine the likely key length of polyalphabetic ciphers. - [Kolmogorov-Smirnov Test](https://docs.cipherinspector.com/widgets/ks-test.md): The Kolmogorov-Smirnov test measures how closely a ciphertext character distribution matches a reference distribution. - [Levenshtein Distance](https://docs.cipherinspector.com/widgets/levenshtein-distance.md): Measure the edit distance between two ciphertexts to quantify their similarity. - [Missing Characters](https://docs.cipherinspector.com/widgets/missing-characters.md): Detect which characters from the expected character set are absent in the ciphertext. - [Normor](https://docs.cipherinspector.com/widgets/normor.md): Normor measures how closely a ciphertext letter frequency order matches the standard English letter frequency order. - [Shannon Entropy](https://docs.cipherinspector.com/widgets/shannon-entropy.md): Shannon entropy is a measurement of the randomness of text. - [Title](https://docs.cipherinspector.com/widgets/title.md): The title widget allows you to create a title/description block. ## OpenAPI Specs - [openapi](https://docs.cipherinspector.com/api-reference/openapi.json) ## Optional - [Cipher Inspector](https://www.cipherinspector.com)