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 February 2024 11:04 UTC
- Date retrieved: 26 April 2025 11:25 UTC
- Permanent URL: https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808
- Page Version ID: 350808
Citation styles for Vigenère cipher
APA style
Vigenère cipher. (2024, February 16). Rosetta Code. Retrieved 11:25, April 26, 2025 from https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808.
MLA style
"Vigenère cipher." Rosetta Code. 16 Feb 2024, 11:04 UTC. 26 Apr 2025, 11:25 <https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808>.
MHRA style
Rosetta Code contributors, 'Vigenère cipher', Rosetta Code, 16 February 2024, 11:04 UTC, <https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808> [accessed 26 April 2025]
Chicago style
Rosetta Code contributors, "Vigenère cipher," Rosetta Code, https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808 (accessed April 26, 2025).
CBE/CSE style
Rosetta Code contributors. Vigenère cipher [Internet]. Rosetta Code; 2024 Feb 16, 11:04 UTC [cited 2025 Apr 26]. Available from: https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808.
Bluebook style
Vigenère cipher, https://rosettacode.org/wiki/Vigen%C3%A8re_cipher?oldid=350808 (last visited April 26, 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=350808", note = "[Online; accessed 26-April-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=350808}", note = "[Online; accessed 26-April-2025]" }