adding scripts and names to scripts

This commit is contained in:
Stephen
2021-03-29 13:40:25 -05:00
parent 4b2c0b5b87
commit b9a992d071
6 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# Stephen
# takes in a string in all caps and prints every rotation for it
text = input("Enter string in all caps for rot: ")

View File

@@ -1,3 +1,4 @@
# Cole
#Takes a file containing separate words and returns all permutations to further generate a wordlist from
from itertools import permutations

View File

@@ -1,4 +1,4 @@
// Stephen
public class Hasher {

View File

@@ -1,3 +1,4 @@
# Stephen
# used python3
import re

View File

@@ -1,3 +1,4 @@
# Stephen
# used python3
import re

View File

@@ -1,3 +1,4 @@
# Stephen
# used python3
import re