A SMALL STRING EXPERIMENT
Password Splitter.
Explore two ways to split a string: into first and second halves, or alternating characters. Try the sample passwords below and generate two separate lists.
This is a demonstration: use sample strings, not real passwords. To experiment with sensitive values, download the code and run it locally. Splitting a password is not encryption.
Choose “Halves” to split down the middle, or “Alternating” to separate odd and even positions. Dots mark the characters held by the other person.
| Label | Sample password | Split method | Part 1 | Part 2 | Remove row |
|---|---|---|---|---|---|
SillyInSecure············· | ·············Password123!! | ||||
M·n·e·6·! | ·o·k·y·!· |
Person 1
Your generated list will appear here.
Person 2
Your generated list will appear here.