unveiler 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67d455f8d288e57cb4eb0dbb6517033e8c05d4bf
|
4
|
+
data.tar.gz: e86d30fce804d99f582559f7989f03d776eb840b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65bfd2f634fa3990e5743af2c2f085a79cde6ece4e646ccb83e0c7d237b65edb1a1516f1a373d0b94a631056cc43f4f85a560598d80dbfeb98e6bbf4eebea917
|
7
|
+
data.tar.gz: 2f1a39d376ce923e8a3af84cb2ae3a3100c6e429ae70a9ad20551bbe6798331946955aa93dfefa4c9157b0a6480327b8f507ed08d8ddef82e13af747f4bbad44
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unveiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brendan Goodenough
|
@@ -10,8 +10,9 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2016-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Unveiler
|
14
|
-
|
13
|
+
description: Unveiler is a basic steganography tool for encoding strings within files.
|
14
|
+
It works by manipulating the bits of the input file, starting with the least significant
|
15
|
+
bits, replacing them with the next sequential bit of the data to be encoded.
|
15
16
|
email: brendan@goodenough.nz
|
16
17
|
executables:
|
17
18
|
- unveiler
|
@@ -32,7 +33,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
33
|
requirements:
|
33
34
|
- - ">="
|
34
35
|
- !ruby/object:Gem::Version
|
35
|
-
version:
|
36
|
+
version: 1.9.2
|
36
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
37
38
|
requirements:
|
38
39
|
- - ">="
|
@@ -43,5 +44,5 @@ rubyforge_project:
|
|
43
44
|
rubygems_version: 2.5.1
|
44
45
|
signing_key:
|
45
46
|
specification_version: 4
|
46
|
-
summary:
|
47
|
+
summary: A basic steganography tool for encoding strings within files
|
47
48
|
test_files: []
|