transmigration

The soul of a machine

This project is maintained by wbreeze

back to index

Splitting passwords

Given a password:

abcdefghijklmnopqrstuvwxyz

It is relatively easy to split it in half:

abcdefghijklm

nopqrstuvwxyz

The Github project hosting these documents has two utilities for splitting and joining a password using every-other character, like a zipper:

(Forget that “even” and “odd” look mixed-up. It’s a counting from zero thing.)