Cite This Page
Bibliographic details for Substitution cipher
- Page name: Substitution cipher
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 5 November 2024 22:14 UTC
- Date retrieved: 15 January 2025 17:00 UTC
- Permanent URL: https://rosettacode.org/wiki/Substitution_cipher?oldid=372773
- Page Version ID: 372773
Citation styles for Substitution cipher
APA style
Substitution cipher. (2024, November 5). Rosetta Code. Retrieved 17:00, January 15, 2025 from https://rosettacode.org/wiki/Substitution_cipher?oldid=372773.
MLA style
"Substitution cipher." Rosetta Code. 5 Nov 2024, 22:14 UTC. 15 Jan 2025, 17:00 <https://rosettacode.org/wiki/Substitution_cipher?oldid=372773>.
MHRA style
Rosetta Code contributors, 'Substitution cipher', Rosetta Code, 5 November 2024, 22:14 UTC, <https://rosettacode.org/wiki/Substitution_cipher?oldid=372773> [accessed 15 January 2025]
Chicago style
Rosetta Code contributors, "Substitution cipher," Rosetta Code, https://rosettacode.org/wiki/Substitution_cipher?oldid=372773 (accessed January 15, 2025).
CBE/CSE style
Rosetta Code contributors. Substitution cipher [Internet]. Rosetta Code; 2024 Nov 5, 22:14 UTC [cited 2025 Jan 15]. Available from: https://rosettacode.org/wiki/Substitution_cipher?oldid=372773.
Bluebook style
Substitution cipher, https://rosettacode.org/wiki/Substitution_cipher?oldid=372773 (last visited January 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Substitution cipher --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Substitution_cipher?oldid=372773", note = "[Online; accessed 15-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Substitution cipher --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Substitution_cipher?oldid=372773}", note = "[Online; accessed 15-January-2025]" }