Ruby loop order? -


i'm trying bruteforce password. playing loops, i've noticed there's specific order. like, if have for in '.'..'~' puts

. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ b c d e f g h j k l m n o p q r s t u v w x y z [ \ ] ^ _ ` b c d e f g h j k l m n o p q r s t u v w x y z { | } ~ 

after seeing this, wondered myself "what loop order in ruby?" character highest priority , lowest priority? sorry if question basic. haven't found site knows. if have questions question ask. hope clear enough!

the order defined binary representation of letters. which, in turn, defined standard. standard used ascii (american standard code information interchange).

http://www.asciitable.com/

other encoding standards exist, ebcdic used ibm mid-range computers.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -