Skip to content

Commit

Permalink
Edition 2021 and prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 committed Jul 7, 2022
1 parent 651eab9 commit 06503ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jwt-explorer"
version = "0.4.0"
edition = "2018"
version = "0.4.1"
edition = "2021"
description = "Decode, explore, and sign JWTs"
repository = "https://github.com/sciguy16/jwt-explorer"
readme = "README.md"
Expand Down
18 changes: 12 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
* Added null signature attack

### Changed

Expand All @@ -18,29 +17,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [v0.4.0]
## [v0.4.1] - 2022-07-07
### Added
* Added null signature attack

### Security
* Updated dependencies, removing security bugs in openssl, xcb, and nix

## [v0.4.0] - 2021-10-28
### Added
* Added signature type `RETAIN` to copy the original signature straight into the re-encoded token
* Added button to copy all attacks to clipboard
* Added support for ES256, ES384, and ES512 ECDSA signatures
* Added support for RSASSA-PKCS1-v1_5 signatures using SHA256, SHA384, and SHA512

## [v0.3.1]
## [v0.3.1] - 2021-10-19
### Fixed
* Fixed broken Windows build

## [v0.3.0]
## [v0.3.0] - 2021-10-19
### Added
* Add UI buttons to delete generated tokens and clear the entire list
* Add UI button to clear log entries

## [v0.2.0]
## [v0.2.0] - 2021-10-16
### Changed
* If no secret provided then guess common values *before* validating the signature
* Include build version and date in the title
* Added `libxcb-render0` to deb dependencies

## [v0.1.0]
## [v0.1.0] - 2021-10-16
Initial release. Features:

* Decode JWTs and inspect the headers and claims
Expand Down

0 comments on commit 06503ba

Please sign in to comment.