Copyright © 2016 JoungKyun.Kim All rights reserved.

Abstract

This project move to GitHUB. After 10 seconds, redirect to GitHUB project page.

lib_mysqludf_aes256 package는 MySQL또는 MariaDB에서 AES 128/192/256 bit 암호화를 지원하는 MySQL UDF(User Defined Function) 이다.

이 package는 OOPS.ORG에서 제공하는 mysqlAES PHP Pear package와 mysqlAES javascript package와 호환이 된다.

Key 길이가 128bit(16byte)일 경우, MySQL의 native AES_ENCRYPT/AES_DECRYPT 함수와 호환이 된다.

Repository https://github.com/Joungkyun/lib_mysqludf_aes256

Download

This download page is deprecated. Move to https://github.com/Joungkyun/lib_mysqludf_aes256/releases

1.0.4.tar.bz2
lib_mysqludf_aes256-1.0.3.tar.bz2
lib_mysqludf_aes256-1.0.2.tar.bz2
lib_mysqludf_aes256-1.0.1.tar.bz2
lib_mysqludf_aes256-1.0.0.tar.bz2

If you want to download with wget, don't use default user-agent of wget! (Use -U option)

Copyright & License

        Copyright (c) 2015 JoungKyun.Kim <http://oops.org>
        All rights reserved.
        
		This program is under MPL 1.1 or LGPL 2.1

		Original Code is Perl Encode::Detect-1.01 by
			John Gardiner Myers <jgmyers@proofpoint.com>