12 comments (12 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
A program to encrypt alphabetical text.
Contributor guide
- Research direction
- Study the Vigenère cipher algorithm and implement it in C++ following the project's coding conventions. Handle both uppercase and lowercase letters, preserving case. Non alphabetic characters should remain unchanged. Write tests to verify correctness.
- Tech stack
- cpp
- Domain
- security
- Issue type
- Feature
- Prerequisites
- C++Git