Cite This Page
Bibliographic details for Vigenère cipher
- Page name: Vigenère cipher
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 16 October 2024 15:07 UTC
- Date retrieved: 19 January 2025 06:55 UTC
- Permanent URL: https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621
- Page Version ID: 371621
Citation styles for Vigenère cipher
APA style
Vigenère cipher. (2024, October 16). Rosetta Code. Retrieved 06:55, January 19, 2025 from https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621.
MLA style
"Vigenère cipher." Rosetta Code. 16 Oct 2024, 15:07 UTC. 19 Jan 2025, 06:55 <https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621>.
MHRA style
Rosetta Code contributors, 'Vigenère cipher', Rosetta Code, 16 October 2024, 15:07 UTC, <https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621> [accessed 19 January 2025]
Chicago style
Rosetta Code contributors, "Vigenère cipher," Rosetta Code, https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621 (accessed January 19, 2025).
CBE/CSE style
Rosetta Code contributors. Vigenère cipher [Internet]. Rosetta Code; 2024 Oct 16, 15:07 UTC [cited 2025 Jan 19]. Available from: https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621.
Bluebook style
Vigenère cipher, https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Vigenère cipher --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621", 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 = "Vigenère cipher --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=371621}", note = "[Online; accessed 19-January-2025]" }