Simple implementation of One Time Pad cipher. Capable of generating cryptographically strong random number keys and of usign them to encrypt/decrypt messages of same length with a bitwise XOR function.
The code is not currently on github. You can find the repository at https://git.eigenlab.org/seppia/onetimebluh.