Open in app

Sign In

Write

Sign In

WhiteBatCodes
WhiteBatCodes

101 Followers

Home

Lists

About

Pinned

Java Security : Advanced Encryption Standard (AES) Encryption

Hey, let’s dive into some Java Security and let’s encrypt and decrypt our first messages using the Symmetrical Encryption method : Advanced Encryption Standard (AES). Let’s start first by defining the variables we need, in this case a variable to store our secret key and another one to define our…

Java

2 min read

Java Security : Advanced Encryption Standard (AES) Encryption
Java Security : Advanced Encryption Standard (AES) Encryption
Java

2 min read


Pinned

Java Security : Rivest–Shamir–Adleman (RSA) Encryption

Hey, let’s dive into some Java Security and let’s encrypt and decrypt our first messages using the Asymmetrical Encryption method : Rivest–Shamir–Adleman (RSA). Let’s start first by defining the variables we need, in this case a variable to store our Private and Public keys: private PrivateKey privateKey; private PublicKey publicKey; …

Java

2 min read

Java Security : Rivest–Shamir–Adleman (RSA) Encryption
Java Security : Rivest–Shamir–Adleman (RSA) Encryption
Java

2 min read


Jun 19

How ChatGPT Propelled a Software Engineer to Success: A Journey of Innovation and Promotion

Introduction In the fast-paced world of software engineering, staying ahead of the curve is crucial for professional growth. Embracing new technologies and tools can be a game-changer, and one such tool that has revolutionized the industry is ChatGPT. In this article, we delve into the inspiring story of Sarah, a software…

ChatGPT

3 min read

How ChatGPT Propelled a Software Engineer to Success: A Journey of Innovation and Promotion
How ChatGPT Propelled a Software Engineer to Success: A Journey of Innovation and Promotion
ChatGPT

3 min read


Jun 12

Java | Exploring Methods to Implement the Prototype Pattern

Introduction: The Prototype pattern provides a mechanism for creating duplicate objects, or prototypes, by cloning existing objects. Java offers several methods to implement the Prototype pattern, each with its own advantages and use cases. In this article, we will explore three commonly used methods to implement the Prototype pattern in Java…

Java

3 min read

Java | Exploring Methods to Implement the Prototype Pattern
Java | Exploring Methods to Implement the Prototype Pattern
Java

3 min read


Jun 10

Java | Simplifying User Object Construction with the Builder Pattern

Introduction Creating objects with multiple attributes, including optional ones, can be a complex task in software development. The Fluent Builder pattern offers an elegant solution by providing a fluent and expressive API for constructing objects. In this article, we will explore the Fluent Builder pattern in the context of building a…

Java

4 min read

Java | Simplifying User Object Construction with the Builder Pattern
Java | Simplifying User Object Construction with the Builder Pattern
Java

4 min read


Jun 4

YOU MUST KNOW THESE TYPES OF SINGLETON DESIGN PATTERNS IMPLEMENTATIONS

In Java, a singleton is a design pattern that ensures a class has only one instance, providing global access to that instance. Singletons are commonly used in scenarios where having multiple instances could lead to inconsistent or undesirable behavior. …

Java

5 min read

YOU MUST KNOW THESE TYPES OF SINGLETON DESIGN PATTERNS IMPLEMENTATIONS
YOU MUST KNOW THESE TYPES OF SINGLETON DESIGN PATTERNS IMPLEMENTATIONS
Java

5 min read


May 29

Create your Password Generator in Jetpack Compose | Part 3 | Password Edit UI

Password generators are commonly used to generate strong passwords for your accounts. This application is for you to make your own custom Password generator app and even store those passwords in a secure location for later usage. In Part 2, we have configured the logic to generate the passwords. In…

Software Development

5 min read

Create your Password Generator in Jetpack Compose | Part 3 | Password Edit UI
Create your Password Generator in Jetpack Compose | Part 3 | Password Edit UI
Software Development

5 min read


May 29

Create your Password Generator in Jetpack Compose | Part 4 | Save Password to Database

Password generators are commonly used to generate strong passwords for your accounts. This application is for you to make your own custom Password generator app and even store those passwords in a secure location for later usage. In Part 3, we have configured the UI for the save password interface…

Software Development

6 min read

Create your Password Generator in Jetpack Compose | Part 4 | Save Password to Database
Create your Password Generator in Jetpack Compose | Part 4 | Save Password to Database
Software Development

6 min read


May 25

Create your Password Generator in Jetpack Compose | Part 2 | PwdGen

Password generators are commonly used to generate strong passwords for your accounts. This application is for you to make your own custom Password generator app and even store those passwords in a secure location for later usage. In Part 1, we have created the UI and now we are left…

Android

3 min read

Create your Password Generator in Jetpack Compose | Part 2 | PwdGen
Create your Password Generator in Jetpack Compose | Part 2 | PwdGen
Android

3 min read


May 25

Create your Password Generator in Jetpack Compose | Part 1 | Interface

Password generators are commonly used to generate strong passwords for your accounts. This application is for you to make your own custom Password generator app and even store those passwords in a secure location for later usage. This is going to be part 1 of this project. In this part…

Android

6 min read

Create your Password Generator in Jetpack Compose | Part 1 | Interface
Create your Password Generator in Jetpack Compose | Part 1 | Interface
Android

6 min read

WhiteBatCodes

WhiteBatCodes

101 Followers

A software engineer👨‍💻 with a passion for IT 📱💻 and cyber security 🔐.

Following
  • Christian Baghai

    Christian Baghai

  • Builescu Daniel

    Builescu Daniel

  • Jayant Kumar🇮🇳

    Jayant Kumar🇮🇳

  • Ansh Singh

    Ansh Singh

  • Charles Calzia

    Charles Calzia

See all (1,360)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams