adding scripts and names to scripts
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# Stephen
|
||||||
# takes in a string in all caps and prints every rotation for it
|
# takes in a string in all caps and prints every rotation for it
|
||||||
|
|
||||||
text = input("Enter string in all caps for rot: ")
|
text = input("Enter string in all caps for rot: ")
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Cole
|
||||||
#Takes a file containing separate words and returns all permutations to further generate a wordlist from
|
#Takes a file containing separate words and returns all permutations to further generate a wordlist from
|
||||||
|
|
||||||
from itertools import permutations
|
from itertools import permutations
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
|
// Stephen
|
||||||
|
|
||||||
public class Hasher {
|
public class Hasher {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Stephen
|
||||||
# used python3
|
# used python3
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Stephen
|
||||||
# used python3
|
# used python3
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Stephen
|
||||||
# used python3
|
# used python3
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user