Chowist Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. PasswordGen - Bulk Generate Passwords with ease - Roblox

    devforum.roblox.com/t/passwordgen-bulk-generate-passwords-with-ease/1395404

    PasswordGen Bulk Password Generation I’ve created a basic plugin which allows you to generate hundreds of passwords with ease I created this for fun and the code is not the best but it works if you need to generate passwords for whatever reason (well any random strings). It creates a script where you can copy the list of passwords and you can change how each password is separated. Currently ...

  3. Like, I want to make my password really strong - Roblox

    devforum.roblox.com/t/like-i-want-to-make-my-password-really-strong/22251

    If each password is encrypted into a 20-character string, passwords longer than 20 characters are literally not more secure because they would be equivalent to some shorter password (probably multiple.) Someone/you could put in some other password and get into your account it they encrypt the same.

  4. What's the best way to make a password generator and cracker ......

    devforum.roblox.com/t/whats-the-best-way-to-make-a-password-generator-and...

    I thought of brute force crackers earlier today, and I created a pretty simple password creator, and password cracker. Please note this will strictly be used for playing around and it will not be used for illegal purposes. Any actions of your own with these scripts is your liability. First, check out the scripts, fairly simple stuff.

  5. Minimum requirements when creating a password for your account...

    devforum.roblox.com/t/minimum-requirements-when-creating-a-password-for-your...

    And here is a screenshot with this feature (source: HiddenDevelopers): If Roblox is able to address this issue, it would improve my experience within Roblox, because it will improve security and will also help a lot of people with securing their account.

  6. (200k+!) UZGen: Not Taken Roblox Username Generator [HUGE...

    devforum.roblox.com/t/200k-uzgen-not-taken-roblox-username-generator-huge...

    (Scroll to bottom for generator link) Hi Are you trying to come up with an OG username, but your name idea was taken by someone that last played 10 years ago? Do you want to find a not taken username like Osiris or Absumption? Me, with help from WafflesAreVeryGood, have collaborated to make a system that you may find extremely useful. How it Works This is not just any online username generator ...

  7. How to generate a .ROBLOSECURITY token from Quick Login -...

    devforum.roblox.com/t/how-to-generate-a-roblosecurity-token-from-quick-login/...

    This guide explains the full process of authenticating an account through Quick Login, and logging it out again. It is strongly advised to use OAuth through Open Cloud, but this guide covers APIs that aren’t under that umbrella, or if you want to make a more quick and dirty script for a one time patch. Security Considerations Before I continue with this guide, there are some considerations ...

  8. HashLib - Cryptographic hashes in pure Lua - Roblox

    devforum.roblox.com/t/hashlib-cryptographic-hashes-in-pure-lua/416732

    Its a library of cryptographic hashing algorithms written as pure Lua functions, specifically tuned to run well in the latest Roblox Lua VM. This isn’t a thread to explain fundamental cryptography, so you should do some research and feel free to DM me if you need additional explanations! 2 Likes.

  9. Cookie logging explained - Community Resources - Roblox

    devforum.roblox.com/t/cookie-logging-explained/473457?page=5

    Hey so, That happened yesterday (I almost lost my account to be honest but like after 10 mins chatting to that person I go back to roblox and refresh noticing my robux are gona and changed my password and all It didn’t even notify to my email that someone got in) and I already sent Roblox support to get my stuff back well, my Robux and group.

  10. Hashes and Salts; what they are and the simple concept of it ......

    devforum.roblox.com/t/hashes-and-salts-what-they-are-and-the-simple-concept-of...

    Prompt the player to create a password. Send this password to the server. Create some random data. This will be your salt. Append that to the password. Hash the password and salt together using a function like SHA-256 (There’s several options, just make sure you follow the guidelines set by NIST FIPS 180-4 and NIST FIPS 202.

  11. 2FA via Authenticator - Now Fully Rolled Out! - Roblox

    devforum.roblox.com/t/2fa-via-authenticator-now-fully-rolled-out/1543322

    security. 101strive (101strive) November 10, 2021, 6:58pm #1. Hey developers! We’re excited to announce that 2FA Authenticator is now available across web, mobile, and Studio. This feature adds an additional layer of protection to your account, which will better protect it from unauthorized access even if someone knows your password.