项目作者: tonnique

项目描述 :
C#
高级语言: C#
项目地址: git://github.com/tonnique/CSharp_Base64.net.git
创建时间: 2016-10-04T11:55:24Z
项目社区:https://github.com/tonnique/CSharp_Base64.net

开源协议:

下载


Charp_Base64.net

C#
Base64.net is a WindowsForms application written on C# programming language. The purpose of the app is encoding/decoding selected file using Base64.
The algorithm of Base64 encoding/decoding is not optimised. There are numbers of ways to make such work more flexible (see Wiki for example). As for this case, this program uses algorithms which i made up by my own during solving this computer problem