Encrypt the properties file key in selenium project
Encrypt the properties file key in selenium project:
Solution 1:(Very Basic Encryption)
Refer this video:
- It Base64 Encrypion, which is very basic one.
- It uses Apache commen codecs utility
- Get the maven repository for the same, by clicking here
Refer this video:
Code:
Comments
Post a Comment