Open in app

Sign In

Write

Sign In

WhiteBatCodes
WhiteBatCodes

18 Followers

Home

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


2 days ago

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…

Kotlin

3 min read

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

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…

Kotlin

6 min read

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

6 min read


May 20

How to make a Calculator in Android Studio | Part 4 | Sign Changing and styling

In Part 3 ( find it here ) we have added a numpad to perform complex arithmetic. In this part, I will show you how to change number signs and add a history to allow the user to see the operation they performed. The first thing we will do is…

Java

2 min read

How to make a Calculator in Android Studio | Part 4 | Sign Changing and styling
How to make a Calculator in Android Studio | Part 4 | Sign Changing and styling
Java

2 min read


May 19

Simple Login Page in Jetpack Compose

This post is based on my YouTube video that you can find here or at the end of this post In this post We’ll see how to create the simple login interface using JetPack Compose. After you create an empty Jetpack project, you’ll have the default MainActivity.kt class. We’ll make…

Jetpack Compose

7 min read

Simple Login Page in Jetpack Compose
Simple Login Page in Jetpack Compose
Jetpack Compose

7 min read


May 19

How to make a Calculator in Android Studio | Part 3 | Complex Arithmetic

In Part 2 ( find it here ) we have added a numpad to perform the sum of the numbers entered by the user. In this part, I will show you how to add more operations to perform complex arithmetic in your Android Application. …

Java

4 min read

How to make a Calculator in Android Studio | Part 3 | Complex Arithmetic
How to make a Calculator in Android Studio | Part 3 | Complex Arithmetic
Java

4 min read

WhiteBatCodes

WhiteBatCodes

18 Followers

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

Following
  • Nil Lenon

    Nil Lenon

  • Android-World

    Android-World

  • Ryan W

    Ryan W

  • Soteria Cybersecurity

    Soteria Cybersecurity

  • Victor Brandalise

    Victor Brandalise

See all (492)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams