VOOZH about

URL: https://www.javacodegeeks.com/tag/cryptography

⇱ Cryptography Archives - Java Code Geeks


  • Core Java👁 Image
    Omozegie AziegbeDecember 29th, 2025
    0 288

    Understanding Java SecureRandom Algorithms on Linux

    High-quality random numbers are essential for cryptography, secure key generation, and other security-sensitive applications. Standard pseudo-random number generators (PRNGs) produce…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeDecember 9th, 2025
    0 364

    Java 21 Key Encapsulation Mechanism (KEM) API

    Secure communication relies on exchanging cryptographic keys safely over untrusted networks. Until Java 21, implementing this in Java required combining…

    Read More »
  • Core Java👁 Image
    Bozhidar BozhanovJune 14th, 2017
    1 182

    Electronic Signature Using The WebCrypto API

    Sometimes we need to let users sign something electronically. Often people understand that as placing your handwritten signature on the…

    Read More »
  • Software Development👁 Image
    Keyhole SoftwareOctober 1st, 2014
    1 125

    Don’t just randomize, truly randomize!

    The state of web application cryptography has changed, and each development language provides its own way of working with it.…

    Read More »
  • Core Java👁 Image
    Bear GilesAugust 8th, 2014
    0 258

    Getting A List of Available Cryptographic Algorithms

    How do you learn what cryptographic algorithms are available to you? The Java spec names several required ciphers, digests, etc.,…

    Read More »
  • Software Development👁 Image
    Maria JurcovicovaFebruary 26th, 2014
    0 348

    Cryptography & Theory 2: What is Pseudorandom

    As was concluded in the first part of this series, security without randomness is impossible. Deterministic ciphers are unable to…

    Read More »
  • Software Development👁 Image
    Maria JurcovicovaDecember 3rd, 2013
    1 220

    This is Stuff: Cryptography & Theory 1: Meaning of Secure

    Cryptography & Theory is series of blog posts on things I learned in coursera stanford online crypto class. The class contained…

    Read More »
  • Core Java👁 Image
    Christopher MeyerOctober 31st, 2013
    0 505

    How to use ECC with OpenJDK

    Everyone who ever tried to use Elliptic Curve Cryptography (ECC) in Java with an OpenJDK was either forced to use…

    Read More »
  • Core Java👁 Image
    Bear GilesOctober 3rd, 2013
    0 343

    Creating Password-Based Encryption Keys

    This article discusses creating password-based encryption PBE keys. First a reminder of earlier points – as a rule you should,…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close