Skip to content

rayansec/base64-encode-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Base64 Encoder and Decoder

This Python script allows users to perform Base64 encoding and decoding.

Usage

  1. Run the script in a Python environment.
  2. Choose the operation:
    • Enter 1 for encoding
    • Enter 2 for decoding

Encoding

If you chose to encode (option 1):

  1. Enter the text you want to Base64 encode.
  2. The script will display the Base64 encoded result.

Decoding

If you chose to decode (option 2):

  1. Enter the Base64 encoded string.
  2. The script will attempt to decode and display the original text.

About

A simple base64 code for encode and decode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages