Discussion:
[whispersystems] Encryption process
ALI ABDULRASOOL
2015-12-17 18:23:23 UTC
Permalink
Hell dear,
I'm just wondering about the right place if i want to insert another layer
of encryption and in which class your encryption process is takes place?
Thanks
Justin Tracey
2015-12-17 18:39:46 UTC
Permalink
Post by ALI ABDULRASOOL
Hell dear,
I'm just wondering about the right place if i want to insert another
layer of encryption and in which class your encryption process is
takes place?
Thanks
Don't mess with the encryption. There is a very good chance you'll make
things less secure, and practically no chance you'll make things more
secure.

- Justin
ALI ABDULRASOOL
2015-12-17 18:46:35 UTC
Permalink
*I know that, i just want to know the class where the encryption process is
happening.*
*does it happen in one of (Signal-Android
<https://github.com/WhisperSystems/Signal-Android>/jni
<https://github.com/WhisperSystems/Signal-Android/tree/master/jni>/redphone/)
directory classes?*
Post by Justin Tracey
Post by ALI ABDULRASOOL
Hell dear,
I'm just wondering about the right place if i want to insert another
layer of encryption and in which class your encryption process is
takes place?
Thanks
Don't mess with the encryption. There is a very good chance you'll make
things less secure, and practically no chance you'll make things more
secure.
- Justin
Michael Herbig
2015-12-17 19:02:05 UTC
Permalink
Prolly check out the "crypto" packages in securesms and redphone under src,
but if you're thinking of just sliding in another line right after
CryptoMagic.encrypt(String) you've likely got bigger problems on your hand.
Post by ALI ABDULRASOOL
*I know that, i just want to know the class where the encryption process
is happening.*
*does it happen in one of (Signal-Android
<https://github.com/WhisperSystems/Signal-Android>/jni
<https://github.com/WhisperSystems/Signal-Android/tree/master/jni>/redphone/)
directory classes?*
Post by Justin Tracey
Post by ALI ABDULRASOOL
Hell dear,
I'm just wondering about the right place if i want to insert another
layer of encryption and in which class your encryption process is
takes place?
Thanks
Don't mess with the encryption. There is a very good chance you'll make
things less secure, and practically no chance you'll make things more
secure.
- Justin
Loading...