Last Version

Extract SSL Master Secret 3.0.0

Decrypt HTTPS/SSL/TLS connections on-the-fly with Wireshark. Extracts the shared master key used in secure connections (SSL & TLS) for use with Wireshark. Works with connections established with the (Java provided) javax.net.ssl.SSLSocket API.

License

License

GroupId

GroupId

name.neykov
ArtifactId

ArtifactId

extract-ssl-secrets
Version

Version

3.0.0
Type

Type

jar
Description

Description

Extract SSL Master Secret
Decrypt HTTPS/SSL/TLS connections on-the-fly with Wireshark. Extracts the shared master key used in secure connections (SSL & TLS) for use with Wireshark. Works with connections established with the (Java provided) javax.net.ssl.SSLSocket API.
Project URL

Project URL

https://github.com/neykov/extract-ssl-secrets
Source Code Management

Source Code Management

http://github.com/neykov/extract-ssl-secrets

Download extract-ssl-secrets 3.0.0


<!-- https://jarcasting.com/artifacts/name.neykov/extract-ssl-secrets/ -->
<dependency>
    <groupId>name.neykov</groupId>
    <artifactId>extract-ssl-secrets</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/name.neykov/extract-ssl-secrets/
implementation 'name.neykov:extract-ssl-secrets:3.0.0'
// https://jarcasting.com/artifacts/name.neykov/extract-ssl-secrets/
implementation ("name.neykov:extract-ssl-secrets:3.0.0")
'name.neykov:extract-ssl-secrets:jar:3.0.0'
<dependency org="name.neykov" name="extract-ssl-secrets" rev="3.0.0">
  <artifact name="extract-ssl-secrets" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.neykov', module='extract-ssl-secrets', version='3.0.0')
)
libraryDependencies += "name.neykov" % "extract-ssl-secrets" % "3.0.0"
[name.neykov/extract-ssl-secrets "3.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.