Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.markdownHEADorigin/masterorigin/HEADmaster | Mark Percival | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Deprecation notice | mdp | 2015-07-01 | 1 | -23/+8 |
| | | | | People should be directed to a superior set of encryption libraries. | ||||
* | Less deprecation while we figure out the next step | mdp | 2014-04-17 | 1 | -9/+5 |
| | |||||
* | Deprecate and point to SJCL | mdp | 2014-04-17 | 1 | -0/+9 |
| | |||||
* | Merge pull request #21 from KenanSulayman/patch-1 | Mark Percival | 2014-04-17 | 1 | -6/+6 |
|\ | | | | | Call methods as their respective interface suggest | ||||
| * | Call methods as their respective interface suggest | Kenan Sulayman | 2014-04-17 | 1 | -6/+6 |
|/ | | | | - make sure every method invocation is strict on parameter specification - don't assume `amd` to be defined when checking for whether it is defined or not; use a dictionary-lookup instead | ||||
* | Merge pull request #19 from neeraj91/master | Mark Percival | 2014-03-19 | 1 | -1/+1 |
|\ | | | | | Fixed typo | ||||
| * | Fixed typo | Neeraj | 2014-03-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #14 from marksteve/master | Mark Percival | 2013-08-26 | 1 | -0/+18 |
|\ | | | | | Added component.json | ||||
| * | Set main in component.json | Mark Steve Samson | 2013-08-26 | 1 | -0/+1 |
| | | |||||
| * | Added component.json | Mark Steve Samson | 2013-08-26 | 1 | -0/+17 |
|/ | |||||
* | Merge pull request #13 from giacomogiudice/patch-1 | Mark Percival | 2013-07-24 | 1 | -1/+1 |
|\ | | | | | Minor improvement gibberish-aes.js | ||||
| * | Update gibberish-aes.js | giacomogiudice | 2013-07-24 | 1 | -1/+1 |
|/ | | | just a detail in line 377: as w is a 4-byte word, you need to rotate w[0],w[1],w[2] and set w[3]=temp. So the loop goes from 0 to 2 | ||||
* | Merge pull request #12 from wellcaffeinated/master | Mark Percival | 2013-04-15 | 9 | -49/+1223 |
|\ | | | | | Added gruntfile build process and universal module declaration pattern | ||||
| * | added banner to minified | Jasper | 2013-04-15 | 2 | -2/+23 |
| | | |||||
| * | fixed grunt build process | Jasper | 2013-04-15 | 5 | -97/+1023 |
| | | |||||
| * | ran jshinting on src. fixed some inconsistencies | Jasper | 2013-04-15 | 2 | -48/+61 |
| | | |||||
| * | added grunt build script | Jasper | 2013-04-15 | 4 | -1/+133 |
| | | |||||
| * | added universal module declaration style | Jasper | 2013-04-15 | 2 | -35/+117 |
|/ | | | | | Now the library works in requireJS and node.js without poluting the global scope | ||||
* | Merge pull request #11 from geremyCohen/master | Mark Percival | 2012-12-13 | 1 | -1/+2 |
|\ | | | | | Expose rawDecrypt for use after encoding directly with rawEncrypt. | ||||
| * | Update src/gibberish-aes.js | Geremy Cohen | 2012-12-13 | 1 | -1/+2 |
|/ | | | Expose rawDecrypt for use after encoding directly with rawEncrypt. | ||||
* | Merge pull request #7 from jlcooke/master | Mark Percival | 2012-07-13 | 2 | -128/+158 |
|\ | | | | | Made it smaller without performance loss | ||||
| * | regen from tighter un-minified script | jlcooke | 2012-07-13 | 1 | -1/+1 |
| | | |||||
| * | fixed a few commas, function args to make it tighter. | jlcooke | 2012-07-13 | 1 | -65/+57 |
| | | |||||
| * | oops - has 2 str8hex's in there. | jlcooke | 2012-07-13 | 1 | -6/+0 |
| | | |||||
| * | added str2hex + str8hex + invertArr to compress ↵ | jlcooke | 2012-07-13 | 1 | -31/+1 |
| | | | | | | | | G2X/G3X/G9X/GBX/GEX/SBox/SBoxInv/Rcon saving over 7KB, and added encString, decString, also made the MD5 routine more easlier compressible using yuicompressor | ||||
| * | added [enc|dec]string | jlcooke | 2012-07-13 | 1 | -0/+36 |
| | | |||||
| * | added str2hex + str8hex + invertArr to compress ↵ | jlcooke | 2012-07-13 | 1 | -96/+134 |
|/ | | | | G2X/G3X/G9X/GBX/GEX/SBox/SBoxInv/Rcon saving over 7KB, and added encString, decString, also made the MD5 routine more easlier compressible using yuicompressor. | ||||
* | Merge pull request #6 from hippich/master | Mark Percival | 2012-04-01 | 2 | -24/+27 |
|\ | | | | | function s2a() missing binary parameter making binary string as a key impossible to use due break by enc_utf8() function binary key. Thanks Pavel | ||||
| * | Fix encoding procedure with binary key. | Pavel Karoukin | 2012-03-31 | 2 | -12/+10 |
| | | |||||
| * | s2a missing binary parameter making binary keys impossible to use due break ↵ | Pavel Karoukin | 2012-03-31 | 2 | -21/+26 |
|/ | | | | by enc_utf8() function binary key. | ||||
* | Merge pull request #5 from othree/master | Mark Percival | 2011-12-27 | 2 | -32/+55 |
|\ | | | | | | | | | AMD support Sorry for the delay in getting this merged in, and thanks! | ||||
| * | Revert "Can accept array key" | othree_kao | 2011-12-22 | 2 | -21/+49 |
| | | | | | | | | This reverts commit d7507bcb5845ce2bee355493712b24f654c72b98. | ||||
| * | Can accept array key | othree_kao | 2011-12-22 | 2 | -49/+21 |
| | | |||||
| * | Use closure compiler and keep license declare | othree_kao | 2011-12-22 | 2 | -18/+50 |
| | | |||||
| * | AMD support | othree_kao | 2011-12-21 | 2 | -31/+22 |
|/ | |||||
* | Merge pull request #2 from ehamberg/master | Mark Percival | 2011-07-02 | 1 | -1/+1 |
|\ | | | | | Updated usage example in js file | ||||
| * | fix usage example in js file | Erlend Hamberg | 2011-06-17 | 1 | -1/+1 |
|/ | |||||
* | fixed link | Mark Percival | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | minify the patch | Mark Percival | 2010-03-26 | 1 | -15/+31 |
| | |||||
* | Adding a binary patch from Chris Templin | Mark Percival | 2010-03-26 | 1 | -6/+8 |
| | |||||
* | copyright info fix | Mark Percival | 2010-03-11 | 1 | -2/+5 |
| | |||||
* | merge | Mark Percival | 2010-02-28 | 1 | -9/+3 |
|\ | |||||
| * | readme update for gh-pages testing | Mark Percival | 2009-01-23 | 1 | -23/+8 |
| | | |||||
* | | readme update | Mark Percival | 2010-02-28 | 1 | -44/+25 |
|/ | |||||
* | minified with YUI Compressor 2.4.2 | Kristof Neirynck | 2008-12-01 | 1 | -77/+12 |
| | |||||
* | Fixes from Kristof Neirynck and Readme Markdown fixes | Mark Percival | 2008-11-28 | 1 | -5/+5 |
| | |||||
* | Fixes from Kristof Neirynck | Mark Percival | 2008-11-28 | 3 | -379/+425 |
| | |||||
* | Readme update | Mark Percival | 2008-10-19 | 1 | -2/+2 |
| | |||||
* | Reverting back to normal | Mark Percival | 2008-08-26 | 1 | -6/+0 |
| | |||||
* | quick test | Mark Percival | 2008-08-26 | 1 | -0/+6 |
| | |||||
* | More little typos fixed. I nede a spellcheker | Mark Percival | 2008-08-15 | 1 | -2/+2 |
| | |||||
* | fixed some examples | Mark Percival | 2008-08-15 | 1 | -3/+3 |
| | |||||
* | Fixed some markdown issues | Mark Percival | 2008-08-07 | 1 | -4/+4 |
| | |||||
* | Cleaned up and minified | Mark Percival | 2008-08-07 | 5 | -130/+236 |
| | |||||
* | Holy shit, check out those benchmarks. | Mark Percival | 2008-08-07 | 1 | -674/+933 |
| | |||||
* | Initial Commit | Mark Percival | 2008-08-06 | 5 | -0/+4512 |