Skip to content

Simple function to brute force all possible combinations of standard Caesar cipher

License

Notifications You must be signed in to change notification settings

xines/BruteForceCaesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BruteForceCaesarCipher

Simple function to brute force all possible combinations of standard Caesar cipher

Usage Example:

  • Replace "exxegoexsrgi" with your search string and check answer 👍
for id, answer := range BruteForceCaesarCipher("exxegoexsrgi") {
	// Check answer here if not printing whole array
	if answer == "ATTACKATONCE" {
		fmt.Println(id, "SUCCESS: ", answer)
	}
}

About

Simple function to brute force all possible combinations of standard Caesar cipher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages