Skip to content

Commit 3794813

Browse files
authored
docs: improve search metadata (#4)
1 parent 47c4f9d commit 3794813

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/codebyjass/active-cipher-storage/actions/workflows/ruby.yml/badge.svg)](https://github.com/codebyjass/active-cipher-storage/actions/workflows/ruby.yml)
44

5-
Transparent AES-256-GCM encryption for Rails Active Storage, direct AWS S3 usage, and backend-managed chunk uploads, with a pluggable KMS provider layer.
5+
ActiveCipherStorage is a Ruby gem for Rails Active Storage encryption and decryption. It encrypts files before they are stored, decrypts them when they are read, and supports AWS S3, streaming downloads, multipart uploads, AES-256-GCM envelope encryption, AWS KMS, and custom key providers.
66

77
ActiveCipherStorage supports three upload paths:
88

active_cipher_storage.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Jaspreet Singh"]
77
spec.email = ["codebyjass@users.noreply.github.com"]
88

9-
spec.summary = "Transparent file encryption for Active Storage and S3 with pluggable KMS providers"
9+
spec.summary = "Rails Active Storage encryption for Ruby apps"
1010
spec.description = <<~DESC
11-
active_cipher_storage provides AES-256-GCM envelope encryption for files stored
12-
via Rails Active Storage or directly via the AWS S3 SDK. Key management is
13-
delegated to pluggable KMS providers: environment-variable keys, AWS KMS,
14-
or any custom provider implementing the base interface.
11+
active_cipher_storage encrypts and decrypts Rails Active Storage files with
12+
AES-256-GCM envelope encryption. It supports AWS S3, streaming downloads,
13+
multipart uploads, AWS KMS, environment-variable keys, and custom key
14+
providers for Ruby and Rails applications.
1515
DESC
1616

1717
spec.homepage = "https://github.com/codebyjass/active-cipher-storage"

0 commit comments

Comments
 (0)