(Java)- Encrypting a string from Java to BCryptWhat is BCrypt? It is a password-hashing function published in 1999. It is an encryption function…April 02, 2023 1 min
JAVA Compress zip (Set compressed file password)We used zip4j to mangle the password-protected zip files. maven dependency Zipper.java How to use…March 08, 2023 1 min
How to fix java.lang.UnsupportedOperationException errorArrays.asList (arrangement) was a method that was frequently used to replace arrays such as String…February 22, 2023 1 min
Check characters in an array in the form of Java ListLet's simply check if the string array contains a specific string. Once converted to List form…February 14, 2023 1 min
Introduction to Arrays.asList() in JavaJava is one of the APIs used in Java.Let me introduce Arrays.asList() in the util package. It plays…February 11, 2023 1 min
To convert UTC time used by java to local timeWhat is UTC? UTC stands for "Coordinated Universal Time" and it refers to the international standard…February 08, 2023 1 min