MySQL

base64 인코딩/디코딩

윤성탁 2016. 8. 11. 16:16

MySQL 5.6 이상 버전부터 있는 것 같은데..


Base64로 encode, decode를 지원하는 함수가 있었음


TO_BASE64() : encode

FROM_BASE64() : decode


참고 : http://stackoverflow.com/questions/358500/base64-encode-in-mysql