Skip to content

为Globefishp/Base32开发Qt用户界面。The GUI development of Globefishp/Base32 using Qt.

Notifications You must be signed in to change notification settings

KLszTsu/Base32GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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 git@github.com:Globefishp/Base32.git

And install it with make:

cd Base32/Base32
make

Then you can run it with

./a.out

Build Status Codacy Badge License Badge

Base32GUI

KuangLei/Base32GUI is the GUI development for Globefishp/Base32 using Qt.

ONLY the Base32GUI follows the GPLv3, not including Base32.
If you want to contribute to Base32GUI, please see the CONTRIBUTING.md.

Thanks.

About

为Globefishp/Base32开发Qt用户界面。The GUI development of Globefishp/Base32 using Qt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published