Easy password with runic
#1
What if the password is written in runic?
Hashcat can find the password in this case?
#2
Hashcat can bruteforce any input bytes, so theoretically yes.
#3
OK. Thanks for your help.
Technically how can I test it?

https://en.wikipedia.org/wiki/Runes
#4
The brute-force attack mode allows the use of ?b which are all the bytes 0x00 through 0xff. So that would be a way, although probably very inefficient.
#5
The graphical representation of the letters does not matter. in the end they match to certain letter, eg. see here:
http://www.fontspace.com/kineticplasma-fonts/stormning
You can write something in "Change preview" to see it.
So nothing different from what we know.
Of course, you have to include in your keyspace alphabet the represenations of special characters.
#6
As DanielG said, as soon as the graphical letters have a hexa representation between 0x00 to 0xff it can be reached by hashcat thanks to ?b.
#7
You can also use --hex-charset to fine-tune the search space