Dim sr As SecureRandom 'encryption library
Dim b(10000) As Byte
sr.GetRandomBytes(b)
Dim su As StringUtils
Dim b64 As String = su.EncodeBase64(b)
Dim age As Int = (b64.Length - b.Length) / b.Length * 100
Log($"Your age: ${age}"$)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.