You searched for the word(s):
-
AES-1.0 Original project: http://luaforge.net/projects/aeslua/ aeslua: Lua AES implementation Copyright (c) 2006,2007 Matthias Hilbig (hilbig@upb.de) This is a LibStub port of aeslua designed to work for World of Warcraft. Usage - - - - - - - - - - - local AES = LibStub("AES-1.0"); local encrypted = AES:encrypt("test","test data", AES256, ECBMODE);