• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

danielberkompas / cloak
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.1.4
DEFAULT BRANCH: master
Repo Added 21 Mar 2018 10:38PM UTC
Files 9
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 93-iv-length
branch: 93-iv-length
CHANGE BRANCH
x
Reset
  • 93-iv-length
  • 77-extract-cloak-ecto
  • 92-test-against-otp-22
  • add-regression-tests
  • ensure-vault-started
  • fix-semaphore-elixir-1.16
  • master
  • migrate
  • migrate-embedded-schemas
  • migrate-with-cursors
  • move-to-semaphore
  • nil-support
  • otp-24-release-prep
  • prepare-0.7
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.1.2
  • refs/tags/v1.1.3
  • refs/tags/v1.1.4
  • remove-unused-pbkdf2
  • test-1.13
  • test-pr-104
  • v0.7.0
  • v0.7.0-alpha.1
  • v0.7.0-alpha.2
  • v0.8.0
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • v1.0.0
  • v1.0.0-alpha.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • vault-genserver

pending completion
263

Pull #95

travis-ci

web-flow
[#93] Add option to specify iv length for AES.GCM

This allows you to set a 12-byte IV as mentioned in #93, like so:

```elixir
config :my_app, MyApp.Vault,
  ciphers: [
    default: {
      Cloak.Ciphers.AES.GCM,
      tag: "AES.GCM.V1",
      key: Base.decode64!("your-key-here"),
      iv_length: 12
    }
  ]
```

In Cloak 2.0, one of the breaking changes will be to make `iv_length`
default to `12` instead of the current `16`.
Pull Request #95: [#93] Add option to specify iv length for AES.GCM

5 of 5 new or added lines in 1 file covered. (100.0%)

83 of 84 relevant lines covered (98.81%)

9.93 hits per line

Relevant lines Covered
Build:
Build:
84 RELEVANT LINES 83 COVERED LINES
9.93 HITS PER LINE
Source Files on 93-iv-length
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
263 93-iv-length [#93] Add option to specify iv length for AES.GCM This allows you to set a 12-byte IV as mentioned in #93, like so: ```elixir config :my_app, MyApp.Vault, ciphers: [ default: { Cloak.Ciphers.AES.GCM, tag: "AES.GCM.V1", ke... Pull #95 01 Feb 2020 04:57PM UTC web-flow travis-ci pending completion  
262 93-iv-length [#93] Add option to specify iv length for AES.GCM This allows you to set a 12-byte IV as mentioned in #93, like so: ```elixir config :my_app, MyApp.Vault, ciphers: [ default: { Cloak.Ciphers.AES.GCM, tag: "AES.GCM.V1", ke... push 01 Feb 2020 04:57PM UTC danielberkompas travis-ci pending completion  
See All Builds (353)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc