logo image
Search
Navigation menu
logo avatar
Character arrays and Strings: Password Management in Applications

Character arrays and Strings: Password Management in Applications

java
alrm icon
1 yr ago
1 min
forward icon
0
heart icon
0
You've probably heard of encryption, decryption, and hashing when it comes to password security in web apps. But have you ever wondered how different programming languages actually store those passwords under the hood? In this post, I'll break down my thoughts on using char[] and String for password storage. Let's explore!
0 Comments
Latest