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