Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/incheonq/base64openurl
- Owner: incheonQ
- Created: 2024-02-18T02:29:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T15:21:21.000Z (11 months ago)
- Last Synced: 2024-02-20T16:40:23.094Z (11 months ago)
- Topics: base64, base64-decoding, base64-encoding, clipboard, python, webbrowser
- Language: Jupyter Notebook
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 암호화한 내용을 클립보드에 복사