https://github.com/mosespace/password-validation-in-vb.net
The following code is written down based on quetsion nine(9) which was to generate a password verification if fulfils the atleast 8 characters long and one number to a GUI program
https://github.com/mosespace/password-validation-in-vb.net
Last synced: 3 months ago
JSON representation
The following code is written down based on quetsion nine(9) which was to generate a password verification if fulfils the atleast 8 characters long and one number to a GUI program
- Host: GitHub
- URL: https://github.com/mosespace/password-validation-in-vb.net
- Owner: mosespace
- License: mit
- Created: 2022-11-03T13:52:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T14:11:15.000Z (over 3 years ago)
- Last Synced: 2025-12-26T12:54:27.572Z (6 months ago)
- Language: Visual Basic .NET
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password-Validation-In-VB.Net
The following code is written down based on quetsion nine(9) which was to generate a password verification if fulfils the atleast 8 characters long and one number to a GUI program