Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/incheonq/base64openurl

decode base64 and open it if url
https://github.com/incheonq/base64openurl

base64 base64-decoding base64-encoding clipboard python webbrowser

Last synced: about 2 months ago
JSON representation

decode base64 and open it if url

Awesome Lists containing this project

README

        

### <기능 1 : Base64 Decoded --> URL open>

1. Base64 암호문 클립보드에 복사 (Ctrl+C)

2. 프로그램(.py) 실행

3. 복호화한 내용이 URL인 경우, 해당 페이지 열기

### <기능 2: URL --> Base64 Encoded>

1. 암호화할 문장(URL)을 클립보드에 복사 (Ctrl+C)

2. 프로그램(.py) 실행

3. 암호화한 내용을 클립보드에 복사