DEV Community

naz
naz

Posted on

Hey, I made a tool that encrypts files using your typing rhythm!!!!

I built this PoC to explore if we can use the way someone types (the timing between keypresses) as a key for encryption. It uses Python and AES-256 to lock/unlock files based on your unique typing cadence.

It's still a work in progress, but I wanted to share it with the community to get some feedback on the security logic or the implementation. Check it out if you're interested!

REPO: https://github.com/nazhickorkmaz/biometric-cryptography

Top comments (0)