Jump to content

Template:Infobox cryptographic technique/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ktkvtsh (talk | contribs) at 20:09, 19 May 2024 (update). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Usage

This template is used to create an infobox for cryptographic techniques. It provides a standardized format for presenting key information about various cryptographic methods.

Parameters

The following parameters can be used with this template:

name
The name of the cryptographic technique. Defaults to the page name if not specified.
image
An image related to the technique. Example: `Example.png`.
image_size
The size of the image, typically set to `250px`. Optional.
caption
A caption describing the image. Optional.
field
The field of study or application, such as "Cryptography".
first_published
The date or time period when the technique was first published or described.
inventor
The person or group who invented the technique.
related_methods
Other cryptographic methods related to or comparable with the technique.
key_size
The size of the key used in the cryptographic technique, which can vary.
cryptanalysis
Methods or techniques used to analyze and potentially break the cryptographic technique.

Example

Here is an example of how to use this template:

{{Infobox cryptographic technique | name = Substitution cipher | image = ROT13.png | image_size = 300px | caption = [[ROT13]] is a [[Caesar cipher]], a type of substitution cipher. In ROT13, the alphabet is rotated 13 steps. | field = [[Cryptography]] | first_published = Around 850 CE | inventor = [[Al-Kindi]] | related_methods = [[Transposition cipher]], [[Polyalphabetic cipher]], [[Homophonic substitution cipher]], [[One-time pad]] | key_size = Varies (typically 88 bits for mixed alphabet simple substitution) | cryptanalysis = [[Frequency analysis]] }}

See Also