• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

AES-1.0

  Download the Curse Client

Project Updated:
Files Updated: Tue, Nov 11 2008
Supports Game Version: 3.0.3
Category: Libraries
Tags:

[Edit Tags]

Project Manager: Lenaria
Additional Authors: No additional authors
Current Version: AES-1.0
License: GNU Lesser General Public License version 2.1 (LGP
Avg Daily DL (last 30 days): 2
Downloads Total: 343
Favorites: 0
Comments: 0
  • About AES-1.0
  •  

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);
print(encrypted);
local decrypted = AES:decrypt("test",encrypted, AES256, ECBMODE);
print(decrypted);

If no key length or mode are specified it will default to AES128 in CBCMODE.
If the decryption fails, the decrypted text will be nil.

  • Downloads (1)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  AES-1.0 Release 3.0.3 343 11/11/2008
  • 1 page(s)
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Similar Addons
  •  

Average downloads per day

  1. 1,229 LibRock-1.0 Libraries
  2. 881 Ace2 Libraries
  3. 774 Ace3 Libraries
  4. 536 LibBabble-Boss-3.0 Libraries
  5. 504 Addon Control Panel Libraries, Professions, and...