Location:
Search - base64encoder
Search list
Description: #include \"pch.h\"
#include \"base64.h\"
NAMESPACE_BEGIN(CryptoPP)
static const int MAX_LINE_LENGTH = 72
static const byte vec[] =
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"
static const byte padding = =
Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak)
: insertLineBreak(insertLineBreak), Filter(outQueue)
{
inBufSize=0
Platform: |
Size: 305134 |
Author: 扛的子 |
Hits:
Description: AttackAPI提供简单而直观的web可编程接口,用于发起各类基于JavaScript的客户或者服务器攻击。-AttackAPI provide a simple and intuitive web programmable interface, used to launch various types of customers based on JavaScript or server attack.
Platform: |
Size: 66560 |
Author: hujianwei |
Hits:
Description: #include "pch.h"
#include "base64.h"
NAMESPACE_BEGIN(CryptoPP)
static const int MAX_LINE_LENGTH = 72
static const byte vec[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
static const byte padding = =
Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak)
: insertLineBreak(insertLineBreak), Filter(outQueue)
{
inBufSize=0 -# Include
Platform: |
Size: 303104 |
Author: 扛的子 |
Hits:
Description: This example shows the ability of Java to declaratively restrict access to certain packages when run with SecurityManager.
By default, access to classes in "sun.*" packages is restricted. However, since Java runs without SecurityManager by default, these checks may not be always performed.
An explanation of example:
1. RestrictedPackageAccess class creates and calls sun.misc.BASE64Encoder
2. First, the default execution happens without SecurityManager, and everything is permitted
3. Secondly, SecurityManager is enabled, and the code doesn t pass the security check
4. However, when the code is run with a different policy, that allows access, the excution goes fine again.
Platform: |
Size: 1024 |
Author: neo |
Hits:
Description: 自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理-His writing a Base64 encoding and decoding tools, fcl were already there, writing this mainly to let everyone understand the principles of Base64 Encoding
Platform: |
Size: 14336 |
Author: ajtlnui |
Hits:
Description: BASE64Decoder、BASE64Encoder 相关应用-BASE64Decoder
Platform: |
Size: 18432 |
Author: json |
Hits:
Description: BASE64Encoder in Java
Platform: |
Size: 23552 |
Author: PavelValenta |
Hits:
Description: Java应用开发必不可少的jar包 aspectj-1.6.11.jar-Jar Java application development is essential packages aspectj-1.6.11.jar
Platform: |
Size: 399360 |
Author: 英语 |
Hits:
Description: base64编码加密与解密源代码,类库,直接调用Base64Encoder和Base64Decoder函数实现。-base64 encoding encryption and decryption source code, class libraries, the direct to call Base64Encoder and Base64Decoder function to achieve.
Platform: |
Size: 2048 |
Author: 徐军 |
Hits:
Description: base64 加密解密部分源代码,一共参考-encoder and decoder
Platform: |
Size: 3072 |
Author: 萧何 |
Hits:
Description: set up the decoding table for Andriod.
Platform: |
Size: 2048 |
Author: suixeryai |
Hits:
Description: Base64 Encoder Source Code for Linux v2.13.6.
Platform: |
Size: 2048 |
Author: dongtengwen |
Hits: