搜索资源列表
Base64Decoder_CSharp
- 用C#语言开发的Base64解码器的源代码-base64 decoder source code in C#
base64
- Encode and decode in Base 64 with C#
Base64
- C#实现的Base64算法,可对任意文件实现加解密-C# implementation of Base64 algorithm can achieve any file encryption and decryption
Encryption
- C#写的加密解密源码: 将字符串转化为UTF-8的ByteArray后,使用TripleDES算法对字符串进行加密,加密后的字符串再转化为Base64字符串。-Written in C# encryption and decryption source code: the string converted to UTF-8 ByteArray using the TripleDES algorithm to encrypt the string, the encrypted string is
Base64Test
- C# 实现 Base64加密解密 注: 并非使用现有方法-C# implementation of Base64 encryption and decryption Note: Not using existing methods
RandDataGen
- 1. 乱数产生(产生的位元组可转换成各种格式) 2. 编码转换(位元组或字符串转成Base64,Java/C#宣告格式等)-1. random number generator (bytes generated can be converted into a variety of formats) 2. encode/decode (string or bytes convert into Base64, Java/C# declaration format, etc.)
DecryptDES
- c#编写的两种加密解密,包括base64加密,key加密,可以用在项目中,进行字符串加密- 自动检测语言 划词 双语对照 中文 » 英语 <~ C# to write the two kinds of encryption to decrypt, including base64 encryption, key encryption, can be used in the project, to encrypt the string
C#ziliao
- 这个是解决pdf.js直接访问本地文件所存在的问题,C#通过链接地址把获取到的文件转换base64,然后传给html前台,前台再通过jquery进行数据解码处理,再传给view.js或pdf.js进行解析展示。(This is pdf.js direct access to the local file to solve the existing problems, C# to get to the file conversion through Base64 link address, and
UpLoadForm
- c# 调用webService实现上传下载,文件使用BASE64编码上传下载, 带有配置文件。(C# call webService to achieve upload download, files using BASE64 encoding upload download,With configuration file.)