Rules for Swedish characters
#1
I experimenting with a Truecrypt bootloader hash. The password was entered on a Swedish keyboard but since Truecrypt only supports US-keyboards the Swedish character in the password, å, has been entered according to the american layout.

I'm trying to write rules that will swap Swedish characters Å Ö Ä å ö ä for their equivalents on US keyboards which are ’ ” [ :

I have tried: 
sä’
sÄ”
så[
sÅ{
sö;
sÖ:


Hashcat accepts : but does not swap them when I run the attack. 
It does not accept ; ' " as characters. I guess I have to escape the somehow but have not been sucessfull doing that with single quotes or double quotes.
Reply


Messages In This Thread
Rules for Swedish characters - by Labbr8 - 07-31-2019, 03:07 PM
RE: Rules for Swedish characters - by undeath - 07-31-2019, 05:28 PM
RE: Rules for Swedish characters - by Labbr8 - 07-31-2019, 06:51 PM
RE: Rules for Swedish characters - by philsmd - 07-31-2019, 07:18 PM
RE: Rules for Swedish characters - by Labbr8 - 08-01-2019, 01:09 AM