Skip to content

A Ruby Wrapper for Wechat Message Encryption.

Notifications You must be signed in to change notification settings

he9qi/we_whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wechat Message Encryption Wrapper

Build Status Coverage Status Gem Version License

微信加密解密技术方案

install gem

gem install 'we_whisper'

or using bundler:
gem 'we_whisper'

Create whisper

whisper = WeWhisper::Whisper.new appid, token, encoding_aes_key

Decrypt message

whisper.decrypt_message(encrypted_message, nonce, timestamp)

Encrypt message

whisper.encrypt_message(message, nonce, timestamp)

About

A Ruby Wrapper for Wechat Message Encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages