An open API service indexing awesome lists of open source software.

https://github.com/lwflouisa/shuffled13

This shows the source code for Shuffled 13, and how it allows for granular levels of access controls within a gaming forum ecosystem.
https://github.com/lwflouisa/shuffled13

rot13 shuffled13

Last synced: 3 months ago
JSON representation

This shows the source code for Shuffled 13, and how it allows for granular levels of access controls within a gaming forum ecosystem.

Awesome Lists containing this project

README

          

# Shuffled13
This shows the source code for Shuffled 13, and how it allows for granular levels of access controls within a gaming forum ecosystem.

## Purpose
What a lot of people don't think about with Ciphers is their respective strength levels rather than permission controls within a given cipher type. This approach applies to shufflinf alphabets for Rot13. Such as only having some Cipher texts solveable by some player classes.

Which here means if you were to apply the same concept to Polyalphabetic Ciphers, then suddenly you can create access permission levels for different Cipher texts of the same type.

What I'm less sure is if that's a unique thing about substitution ciphers, or if transposition ones can do that as well.

## Note
THis is not meant for secure communication, but rather as a fan way to teach about permission access controls.