代码搜索:encrypting
找到约 159 项符合「encrypting」的源代码
代码结果 159
www.eeworm.com/read/275831/10793777
rb 05 - strongly encrypting data.rb
require 'rubygems'
require 'ezcrypto'
plaintext = '24.9195N 17.821E'
ezcrypto_key = EzCrypto::Key.with_password 'My secret key', 'salt string'
ezcrypto_ciphertext = ezcrypto_key.encrypt(plaintext)
#
www.eeworm.com/read/168752/9898435
txt readme.txt
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoreticall
www.eeworm.com/read/168752/9898452
txt readme.txt
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoreticall
www.eeworm.com/read/171815/9736319
txt readme.txt
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoreticall
www.eeworm.com/read/171815/9736341
txt readme.txt
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoreticall