summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.markdownHEADorigin/masterorigin/HEADmasterMark Percival2015-09-161-1/+1
|
* Deprecation noticemdp2015-07-011-23/+8
| | | | People should be directed to a superior set of encryption libraries.
* Less deprecation while we figure out the next stepmdp2014-04-171-9/+5
|
* Deprecate and point to SJCLmdp2014-04-171-0/+9
|
* Merge pull request #21 from KenanSulayman/patch-1Mark Percival2014-04-171-6/+6
|\ | | | | Call methods as their respective interface suggest
| * Call methods as their respective interface suggestKenan Sulayman2014-04-171-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/masterMark Percival2014-03-191-1/+1
|\ | | | | Fixed typo
| * Fixed typoNeeraj2014-03-191-1/+1
|/
* Merge pull request #14 from marksteve/masterMark Percival2013-08-261-0/+18
|\ | | | | Added component.json
| * Set main in component.jsonMark Steve Samson2013-08-261-0/+1
| |
| * Added component.jsonMark Steve Samson2013-08-261-0/+17
|/
* Merge pull request #13 from giacomogiudice/patch-1Mark Percival2013-07-241-1/+1
|\ | | | | Minor improvement gibberish-aes.js
| * Update gibberish-aes.jsgiacomogiudice2013-07-241-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/masterMark Percival2013-04-159-49/+1223
|\ | | | | Added gruntfile build process and universal module declaration pattern
| * added banner to minifiedJasper2013-04-152-2/+23
| |
| * fixed grunt build processJasper2013-04-155-97/+1023
| |
| * ran jshinting on src. fixed some inconsistenciesJasper2013-04-152-48/+61
| |
| * added grunt build scriptJasper2013-04-154-1/+133
| |
| * added universal module declaration styleJasper2013-04-152-35/+117
|/ | | | | Now the library works in requireJS and node.js without poluting the global scope
* Merge pull request #11 from geremyCohen/masterMark Percival2012-12-131-1/+2
|\ | | | | Expose rawDecrypt for use after encoding directly with rawEncrypt.
| * Update src/gibberish-aes.jsGeremy Cohen2012-12-131-1/+2
|/ | | Expose rawDecrypt for use after encoding directly with rawEncrypt.
* Merge pull request #7 from jlcooke/masterMark Percival2012-07-132-128/+158
|\ | | | | Made it smaller without performance loss
| * regen from tighter un-minified scriptjlcooke2012-07-131-1/+1
| |
| * fixed a few commas, function args to make it tighter.jlcooke2012-07-131-65/+57
| |
| * oops - has 2 str8hex's in there.jlcooke2012-07-131-6/+0
| |
| * added str2hex + str8hex + invertArr to compress ↵jlcooke2012-07-131-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]stringjlcooke2012-07-131-0/+36
| |
| * added str2hex + str8hex + invertArr to compress ↵jlcooke2012-07-131-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/masterMark Percival2012-04-012-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 Karoukin2012-03-312-12/+10
| |
| * s2a missing binary parameter making binary keys impossible to use due break ↵Pavel Karoukin2012-03-312-21/+26
|/ | | | by enc_utf8() function binary key.
* Merge pull request #5 from othree/masterMark Percival2011-12-272-32/+55
|\ | | | | | | | | AMD support Sorry for the delay in getting this merged in, and thanks!
| * Revert "Can accept array key"othree_kao2011-12-222-21/+49
| | | | | | | | This reverts commit d7507bcb5845ce2bee355493712b24f654c72b98.
| * Can accept array keyothree_kao2011-12-222-49/+21
| |
| * Use closure compiler and keep license declareothree_kao2011-12-222-18/+50
| |
| * AMD supportothree_kao2011-12-212-31/+22
|/
* Merge pull request #2 from ehamberg/masterMark Percival2011-07-021-1/+1
|\ | | | | Updated usage example in js file
| * fix usage example in js fileErlend Hamberg2011-06-171-1/+1
|/
* fixed linkMark Percival2010-11-251-1/+1
|
* minify the patchMark Percival2010-03-261-15/+31
|
* Adding a binary patch from Chris TemplinMark Percival2010-03-261-6/+8
|
* copyright info fixMark Percival2010-03-111-2/+5
|
* mergeMark Percival2010-02-281-9/+3
|\
| * readme update for gh-pages testingMark Percival2009-01-231-23/+8
| |
* | readme updateMark Percival2010-02-281-44/+25
|/
* minified with YUI Compressor 2.4.2Kristof Neirynck2008-12-011-77/+12
|
* Fixes from Kristof Neirynck and Readme Markdown fixesMark Percival2008-11-281-5/+5
|
* Fixes from Kristof NeirynckMark Percival2008-11-283-379/+425
|
* Readme updateMark Percival2008-10-191-2/+2
|
* Reverting back to normalMark Percival2008-08-261-6/+0
|
* quick testMark Percival2008-08-261-0/+6
|
* More little typos fixed. I nede a spellchekerMark Percival2008-08-151-2/+2
|
* fixed some examplesMark Percival2008-08-151-3/+3
|
* Fixed some markdown issuesMark Percival2008-08-071-4/+4
|
* Cleaned up and minifiedMark Percival2008-08-075-130/+236
|
* Holy shit, check out those benchmarks.Mark Percival2008-08-071-674/+933
|
* Initial CommitMark Percival2008-08-065-0/+4512