使用 SASL/PLAIN 认证 1、配置kafka server端(每个broker) vi $KAFKA_HOME/server.properties listeners=SASL_PLAINTEXT://x-x-x-x:9092 security.inter.broker.protocol=S ...
分类:
其他好文 时间:
2017-03-17 16:45:26
阅读次数:
1136
异常处理 1. javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 解决方案:mail.smtp.socketFactory.fallback设置为true 2. javax.net.ssl.SSLH ...
分类:
编程语言 时间:
2017-01-23 19:03:29
阅读次数:
196
Cryptography deals with methods of secret communication that transform a message (the plaintext) into a disguised form (the ciphertext) so that no one ...
分类:
其他好文 时间:
2017-01-21 17:09:55
阅读次数:
291
#import <Foundation/Foundation.h> //3DES加密 @interface JKEncrypt : NSObject -(NSString *)doEncrypt:(NSString *)plainText; -(NSString*)doDecEncrypt:(NSS ...
分类:
其他好文 时间:
2017-01-18 16:26:28
阅读次数:
297
[Bash shell] 纯文本查看 复制代码 ? 1 2 3 log.dirs = kafka-logs zookeeper.connect = localhost:9092 listeners = PLAINTEXT://ip:9092 [Bash shell] 纯文本查看 复制代码 ? 1 2 ...
分类:
其他好文 时间:
2016-12-29 13:57:32
阅读次数:
267
1.概念 明文:需要被加密的消息,一般是人直接可以阅读理解的内容。(plaintext) 密文: 被加密后的消息,一般是人不可直接阅读并理解的。(ciphertext) 加密:将明文转换成密文的过程。(encryption) 解密:将密文恢复成明文的过程。(decryption) 加密算法: 对明文 ...
分类:
其他好文 时间:
2016-09-02 00:22:20
阅读次数:
205
1.dispatcher 2.redirect 3.chain 4.redirectAction 5.freemarker 6.httpheader 7.stream 8.velocity 9.xslt 10.plaintext 11.tiles 常用的是前四种 <package name="res ...
分类:
其他好文 时间:
2016-08-04 01:28:09
阅读次数:
147
a:focus,input:focus{2 -webkit-tap-highlight-color:rgba(0,0,0,0) ...
分类:
Web程序 时间:
2016-07-14 21:18:40
阅读次数:
336
TCP/IP:安全明文传输机密性:明文传输(ftp,http,smtp,telnet)完整性:10(100)身份验证机密性:plaintext—>转换规则—>ciphertextciphertext—>转换规则—>plaintext转换算法:秘钥对称加密:秘钥相同,无法解决秘钥管理问题数据完整性单向加密算法,提取数据..
分类:
编程语言 时间:
2016-07-05 14:25:00
阅读次数:
189
crypto用于加密解密 'use strict'var crypto=require('crypto'); var data={age:18}var key='dt';//定义一个钥匙var plaintext = JSON.stringify(data);var cryped = '';// a ...
分类:
Web程序 时间:
2016-05-01 14:56:35
阅读次数:
439