A
Android Central Question
I'm using SSE on android and it has a lot of ciphers, so I come with the question "are all these ciphers actually safe to encrypt data"
Are these ciphers safe?
AES 256bit, RC6 256bit, Serpent 256bit, Blowfish 448bit, Twofish 256bit, GOST 256bit, Threefish 1024bit and SHACAL-2 512bit
Of course I use AES to encrypt files, password vault and even texts (with come with the default cipher BlowFish 448bits)
And I would like to know, why using BlowFish (it's the default cipher to encrypt text in SSE) to encrypt text and not AES (that are the default for the password vault and files)
I know this is more a question of cryptography but since I'm using in Android...
Are these ciphers safe?
AES 256bit, RC6 256bit, Serpent 256bit, Blowfish 448bit, Twofish 256bit, GOST 256bit, Threefish 1024bit and SHACAL-2 512bit
Of course I use AES to encrypt files, password vault and even texts (with come with the default cipher BlowFish 448bits)
And I would like to know, why using BlowFish (it's the default cipher to encrypt text in SSE) to encrypt text and not AES (that are the default for the password vault and files)
I know this is more a question of cryptography but since I'm using in Android...