Skip to content

Ann155a/tick-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

tick-lock

This repository is my take on the Code Challenge #2 of StackOverflow.

tick-lock is a time-based encryption system that traps a message in the moment (time) it was created. It uses a time-derived seed to encrypt a message and encodes the result visually in a chessboard.

πŸ” How It Works

  • The time (HH:MM) is converted into a seed.
  • Each character in the message is shifted using this seed.
  • The encrypted message is converted into binary and encoded on a chessboard.
  • Pawns (P) = binary 1, empty squares (.) = binary 0.

πŸ”„ Decryption

To decrypt, you need the board and the original time.

About

This repository is my take on the #2 StackOverflow challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages