An open API service indexing awesome lists of open source software.

https://github.com/pjt3591oo/encrypt

인코딩, 단방향 암호화(해시), 양방향 암호화(대칭키, 비대칭키)
https://github.com/pjt3591oo/encrypt

aes base64 md5 rsa sha urlencode

Last synced: 5 months ago
JSON representation

인코딩, 단방향 암호화(해시), 양방향 암호화(대칭키, 비대칭키)

Awesome Lists containing this project

README

          

# 인코딩

base64

URL 인코딩

# 단방향 암호화 - 해시

sha, md5

# 양방향 암호화 - 대칭키, 비대칭키

대칭키의 대표 알고리즘: AES

비대칭키의 대표 알고리즘: RSA