pascalduez / SassyPher

A Sass cryptography experiment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Codes

Convertions

Cryptanalysis

Requirements

  • Sass ~> 3.3.8
  • SassyBitwise ~> 1.1.2

Authors

Pascal Duez

Licence

SassyPher is unlicensed.

About

A Sass cryptography experiment.

License:The Unlicense


Languages

Language:SCSS 86.1%Language:JavaScript 10.6%Language:CSS 1.7%Language:HTML 1.0%Language:Ruby 0.6%