Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pascalduez/sassypher
A Sass cryptography experiment.
https://github.com/pascalduez/sassypher
Last synced: about 2 months ago
JSON representation
A Sass cryptography experiment.
- Host: GitHub
- URL: https://github.com/pascalduez/sassypher
- Owner: pascalduez
- License: unlicense
- Created: 2014-06-24T17:06:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T12:38:35.000Z (over 3 years ago)
- Last Synced: 2024-10-19T01:40:47.632Z (3 months ago)
- Language: SCSS
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# SassyPher
A Sass cryptography experiment: trying to implement simple ciphers
and related paradigms in pure Sass (no Ruby).Nothing to do with CSS here (unless you need to encrypt your stylesheets...),
so use cases are close to zero.But some interesting goals:
* Have fun coding
* Learn more about cryptography
* Practice and deepen knowledge about some programming concepts
* Try to push Sass limits further and draw the line
between what would make sense to implement in Sass or not.
What would be releveant to add to the language and what not.
* Did I mentionned have fun ?## Ciphers
* [Caesar](https://en.wikipedia.org/wiki/Caesar_cipher)
* Caesar keyed
* ROT5
* [ROT13](https://en.wikipedia.org/wiki/ROT13)
* ROT18
* ROT47
* [Vigenère](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher)
* Vigenère keyed
* [Vigenère autokey](https://en.wikipedia.org/wiki/Autokey_cipher)
* [One-time pad](https://en.wikipedia.org/wiki/One-time_pad)
* [XOR](https://en.wikipedia.org/wiki/XOR_cipher)## Codes
* [Morse code](https://en.wikipedia.org/wiki/Morse_code)
## Convertions
* [Gray code](https://en.wikipedia.org/wiki/Gray_code)
## Cryptanalysis
* [Frequency analysis](https://en.wikipedia.org/wiki/Frequency_analysis)
* Brute force## Requirements
* Sass ~> 3.3.8
* SassyBitwise ~> 1.1.2## Authors
[Pascal Duez](https://github.com/pascalduez)
## Licence
SassyPher is [unlicensed](http://unlicense.org/).