Skip to content

Globefishp/Base32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

Base32

A simple Base32 Enc/Decoder in C++

Usage for Windows user

  • First, clone this repo to your local disk.
  • Then, open your Visual Studio with the Base32.sln.
  • At last, click the Build button on the Visual Studio.

Usage: Base32 [-Enc|-Dec|-fEnc|fDec(Unfinished)] "String/File" ["OutputFile"]

1.1.3 Updata log

Fix:
修复了计算分配内存大小时的错误.
Add:
添加文件编码功能,简易版未完工.

Usage for Linux user

This Base32 Enc/Decoder is still in development.
The Base32 on Linux's encoding can only be decoded on Linux, not available for Windows or other tools.
But at present the Linux developer (@KLsz) has focused on the branch GUI_dev, so I'm sorry that it may not be fixed in a while.

First, download it through git:

git clone [email protected]:Globefishp/Base32.git

And install it with make:

cd Base32/Base32
make

Then you can run it with

./a.out

About

A simple Base32 Enc/Decoder in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published