Download JAR files tagged by secrecy with all dependencies
refcodes-forwardsecrecy-alt from group org.refcodes (version 3.3.8)
Artifact for alternate implementations of the forward secrecy framework.
Group: org.refcodes Artifact: refcodes-forwardsecrecy-alt
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact refcodes-forwardsecrecy-alt
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.artifactId}
License not specified
Dependencies amount 1
Dependencies refcodes-forwardsecrecy,
There are maybe transitive dependencies!
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.artifactId}
License not specified
Dependencies amount 1
Dependencies refcodes-forwardsecrecy,
There are maybe transitive dependencies!
refcodes-forwardsecrecy from group org.refcodes (version 3.3.8)
Artifact for the refcodes forward secrecy framework design.
Group: org.refcodes Artifact: refcodes-forwardsecrecy
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact refcodes-forwardsecrecy
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.artifactId}
License not specified
Dependencies amount 8
Dependencies refcodes-exception, refcodes-controlflow, refcodes-security, refcodes-textual, refcodes-mixin, jasypt, bcprov-jdk18on, bcpkix-jdk18on,
There are maybe transitive dependencies!
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.artifactId}
License not specified
Dependencies amount 8
Dependencies refcodes-exception, refcodes-controlflow, refcodes-security, refcodes-textual, refcodes-mixin, jasypt, bcprov-jdk18on, bcpkix-jdk18on,
There are maybe transitive dependencies!
refcodes-tabular-alt-forwardsecrecy from group org.refcodes (version 3.3.8)
Artifact for alternate forward secrecy related implementations of the
refcodes-tabular artifact's types.
Group: org.refcodes Artifact: refcodes-tabular-alt-forwardsecrecy
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact refcodes-tabular-alt-forwardsecrecy
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.parent.artifactId}
License not specified
Dependencies amount 1
Dependencies refcodes-forwardsecrecy,
There are maybe transitive dependencies!
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.parent.artifactId}
License not specified
Dependencies amount 1
Dependencies refcodes-forwardsecrecy,
There are maybe transitive dependencies!
refcodes-forwardsecrecy-alt-filesystem from group org.refcodes (version 3.3.8)
Artifact for a file system based implementation of the forward secrecy
framework.
Group: org.refcodes Artifact: refcodes-forwardsecrecy-alt-filesystem
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact refcodes-forwardsecrecy-alt-filesystem
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.parent.artifactId}
License not specified
Dependencies amount 4
Dependencies refcodes-component, refcodes-exception, refcodes-filesystem, refcodes-textual,
There are maybe transitive dependencies!
Group org.refcodes
Version 3.3.8
Last update 24. August 2024
Organization not specified
URL https://bitbucket.org/refcodes/${project.parent.artifactId}
License not specified
Dependencies amount 4
Dependencies refcodes-component, refcodes-exception, refcodes-filesystem, refcodes-textual,
There are maybe transitive dependencies!
org.otr4j from group org.jitsi (version 0.23)
otr4j is an implementation of the OTR (Off The Record) protocol in java.
Off-the-Record Messaging, is a cryptographic protocol that uses a combination of
the Advanced Encryption Standard (AES), the Diffie-Hellman key exchange, and the
SHA hash functions. In addition to authentication and encryption, OTR provides perfect
forward secrecy and malleable encryption.
The OTR protocol was designed by Ian Goldberg and the OTR Development Team.
Artifact org.otr4j
Group org.jitsi
Version 0.23
Last update 08. August 2020
Organization not specified
URL http://github.com/jitsi/otr4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.jitsi
Version 0.23
Last update 08. August 2020
Organization not specified
URL http://github.com/jitsi/otr4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
ratchet-android from group com.virgilsecurity (version 0.1.4)
Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes:
- **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service);
- **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.
Group: com.virgilsecurity Artifact: ratchet-android
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ratchet-android
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!
ratchet from group com.virgilsecurity (version 0.1.4)
Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes:
- **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service);
- **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.
0 downloads
Artifact ratchet
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!
iris from group com.karalabe.iris (version 1.0.0-preview-7)
Iris is an attempt at bringing the simplicity and elegance of cloud computing to the application layer. Consumer clouds provide unlimited virtual machines at the click of a button, but leaves it to developer to wire them together. Iris ensures that you can forget about networking challenges and instead focus on solving your own domain problems. It is a completely decentralized messaging solution for simplifying the design and implementation of cloud services. Among others, Iris features zero-configuration (i.e. start it up and it will do its magic), semantic addressing (i.e. application use textual names to address each other), clusters as units (i.e. automatic load balancing between apps of the same name) and perfect secrecy (i.e. all network traffic is encrypted).
Artifact iris
Group com.karalabe.iris
Version 1.0.0-preview-7
Last update 30. September 2014
Organization not specified
URL http://iris.karalabe.com/
License GNU General Public License, Version 3
Dependencies amount 2
Dependencies annotations, slf4j-api,
There are maybe transitive dependencies!
Group com.karalabe.iris
Version 1.0.0-preview-7
Last update 30. September 2014
Organization not specified
URL http://iris.karalabe.com/
License GNU General Public License, Version 3
Dependencies amount 2
Dependencies annotations, slf4j-api,
There are maybe transitive dependencies!
Page 1 from 1 (items total 8)