asherah 0.8.1 → 0.9.0
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
- data/CHANGELOG.md +10 -0
- data/README.md +3 -3
- data/ext/asherah/checksums.yml +5 -5
- data/ext/asherah/native_file.rb +1 -1
- data/lib/asherah/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a177a3b92b29f009e75e281b919962405d16b77349a26fb40007f18819698dd
|
|
4
|
+
data.tar.gz: 0602bad5b94ca4cd367911bbef6649c411fe32b8c768261228d3099f4fa0fc7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 595ab3afcc66b89c6f708783c646b2fc55e028f49601e0e94ea8ee416798ac19c489251a06354dc7b8f97815c09f9fd025498241fdb5b6f405207280c48efed6
|
|
7
|
+
data.tar.gz: 8895b12badaad51e75bdd8a254e03612f0ade307d5cdb27aa694d64ac0b437115884f183c0d4131cc4b9758fa6e2aad08b7a3d56945f9a253b60b9c3cb8ed656
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.9.0] - 2026-03-20
|
|
4
|
+
|
|
5
|
+
- Replace asherah-cobhan with asherah-ffi v0.6.44
|
|
6
|
+
- Remove null_data_check configuration option
|
|
7
|
+
|
|
8
|
+
## [0.8.2] - 2026-03-09
|
|
9
|
+
|
|
10
|
+
- Upgrade to use asherah-cobhan v0.5.3
|
|
11
|
+
- Add null_data_check configuration option
|
|
12
|
+
|
|
3
13
|
## [0.8.1] - 2026-03-05
|
|
4
14
|
|
|
5
15
|
- Upgrade to use asherah-cobhan v0.5.1
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Asherah
|
|
2
2
|
|
|
3
|
-
Asherah is a Ruby FFI wrapper around
|
|
3
|
+
Asherah is a Ruby FFI wrapper around the Rust version of [Asherah](https://github.com/godaddy/asherah-ffi) application-layer encryption SDK. Asherah provides advanced encryption features and defense in depth against compromise. It uses a technique known as "envelope encryption" and supports cloud-agnostic data storage and key management.
|
|
4
4
|
|
|
5
5
|
Check out the following documentation to get more familiar with the concepts and configuration options:
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ Asherah.configure do |config|
|
|
|
45
45
|
end
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
See [config.rb](lib/asherah/config.rb) for all
|
|
48
|
+
See [config.rb](lib/asherah/config.rb) for all available configuration options.
|
|
49
49
|
|
|
50
50
|
Encrypt some data for a `partition_id`
|
|
51
51
|
|
|
@@ -71,7 +71,7 @@ For tests requiring secrets (AWS KMS, database credentials), copy `.env.secrets.
|
|
|
71
71
|
|
|
72
72
|
### Cross-Language Tests
|
|
73
73
|
|
|
74
|
-
Cross-language tests verify that data encrypted with the
|
|
74
|
+
Cross-language tests verify that data encrypted with the Rust implementation can be decrypted with the Ruby implementation and vice versa.
|
|
75
75
|
|
|
76
76
|
**Prerequisites:**
|
|
77
77
|
- MySQL running locally
|
data/ext/asherah/checksums.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
version: v0.
|
|
2
|
-
libasherah-arm64.so:
|
|
3
|
-
libasherah-x64.so:
|
|
4
|
-
libasherah-arm64.dylib:
|
|
5
|
-
libasherah-x64.dylib:
|
|
1
|
+
version: v0.6.44
|
|
2
|
+
libasherah-arm64.so: a43189b122d29bcb1731a9dc1b386faba0d8445aa46f2182ab286d2174ed8407
|
|
3
|
+
libasherah-x64.so: 4945a44e2302b8ff5c27b52bafca67e8a6dfff4dc1f76e61ce2092ee979a9df5
|
|
4
|
+
libasherah-arm64.dylib: d57267516cbb47fbc4a2f5e453053b8a3db64ed05c5a1153d71043bf17e46833
|
|
5
|
+
libasherah-x64.dylib: 57c7c64817fb9f318eead8e371e20f17c76dce76e08f8bea2ff5a08aa368c4d8
|
data/ext/asherah/native_file.rb
CHANGED
|
@@ -47,7 +47,7 @@ class NativeFile
|
|
|
47
47
|
|
|
48
48
|
begin
|
|
49
49
|
tries += 1
|
|
50
|
-
url = "https://github.com/godaddy/asherah-
|
|
50
|
+
url = "https://github.com/godaddy/asherah-ffi/releases/download/#{VERSION}/#{file_name}"
|
|
51
51
|
puts "Downloading #{url}"
|
|
52
52
|
URI.parse(url).open.read
|
|
53
53
|
rescue Net::OpenTimeout, Net::ReadTimeout => e
|
data/lib/asherah/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asherah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoDaddy
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cobhan
|
|
@@ -62,7 +62,7 @@ metadata:
|
|
|
62
62
|
source_code_uri: https://github.com/godaddy/asherah-ruby
|
|
63
63
|
changelog_uri: https://github.com/godaddy/asherah-ruby/blob/main/CHANGELOG.md
|
|
64
64
|
rubygems_mfa_required: 'true'
|
|
65
|
-
post_install_message:
|
|
65
|
+
post_install_message:
|
|
66
66
|
rdoc_options: []
|
|
67
67
|
require_paths:
|
|
68
68
|
- lib
|
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
version: '0'
|
|
79
79
|
requirements: []
|
|
80
80
|
rubygems_version: 3.4.19
|
|
81
|
-
signing_key:
|
|
81
|
+
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
83
|
summary: Application Layer Encryption SDK
|
|
84
84
|
test_files: []
|