Cite This Page
Bibliographic details for Caesar cipher
- Page name: Caesar cipher
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 17 April 2025 15:20 UTC
- Date retrieved: 19 May 2025 04:42 UTC
- Permanent URL: https://rosettacode.org/wiki/Caesar_cipher?oldid=379508
- Page Version ID: 379508
Citation styles for Caesar cipher
APA style
Caesar cipher. (2025, April 17). Rosetta Code. Retrieved 04:42, May 19, 2025 from https://rosettacode.org/wiki/Caesar_cipher?oldid=379508.
MLA style
"Caesar cipher." Rosetta Code. 17 Apr 2025, 15:20 UTC. 19 May 2025, 04:42 <https://rosettacode.org/wiki/Caesar_cipher?oldid=379508>.
MHRA style
Rosetta Code contributors, 'Caesar cipher', Rosetta Code, 17 April 2025, 15:20 UTC, <https://rosettacode.org/wiki/Caesar_cipher?oldid=379508> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Caesar cipher," Rosetta Code, https://rosettacode.org/wiki/Caesar_cipher?oldid=379508 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Caesar cipher [Internet]. Rosetta Code; 2025 Apr 17, 15:20 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Caesar_cipher?oldid=379508.
Bluebook style
Caesar cipher, https://rosettacode.org/wiki/Caesar_cipher?oldid=379508 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Caesar cipher --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Caesar_cipher?oldid=379508", note = "[Online; accessed 19-May-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 = "Caesar cipher --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Caesar_cipher?oldid=379508}", note = "[Online; accessed 19-May-2025]" }