RubyGems Navigation menu

ciphr 0.0.5

Ciphr is a CLI tool for performing and composing encoding, decoding, encryption, decryption, hashing, and other various operations on streams of data. It takes provided data, file data, or data from stdin, and executes a pipeline of functions on the data stream, writing the resulting data to stdout. It was designed primarily for use in the information security domain, mostly for quick or casual data manipulation for forensics, penetration testing, or capture-the-flag events; it likely could have other unforseen uses, but should be presumed to be an experimental toy as no effort was made to make included cryptographic functions robust against attacks (timing attacks, etc), and it is recommended not to use any included functions in any on-line security mechanisms.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.6 - August 04, 2018 (591.5 KB)
  2. 0.0.5 - August 04, 2018 (395.5 KB)
  3. 0.0.4 - September 01, 2017 (736.0 KB)
  4. 0.0.2 - February 12, 2016 (573.0 KB)
  5. 0.0.1 - February 12, 2016 (192.5 KB)
顯示所有版本(共 6)

Runtime 相依性套件 (3):

base32 ~> 0.3.2
parslet ~> 1.5.0
slop ~> 3.6.0

Development 相依性套件 (3):

bundler ~> 1.3
rake ~> 10.5.0
rspec ~> 3.4.0

擁有者:

作者:

  • Chris Frohoff

SHA 256 總和檢查碼:

c3e36dc86bba6a1120f80f275ae5cba88c9bea91432c05beb6110172825184ef

總下載次數 11,072

這個版本 1,713

授權:

MIT

Ruby 版本需求: >= 1.9.3

相關連結: