adds fernet key decryption analogous to python
- first fragment currently auto-starts process to decrypt static message - token parsed from message correctly - token validation not yet sucessfull
This commit is contained in:
@ -48,6 +48,7 @@ dependencies {
|
||||
implementation "androidx.camera:camera-lifecycle:$camerax_version"
|
||||
implementation 'com.google.zxing:core:3.3.0'
|
||||
implementation "androidx.camera:camera-view:1.0.0-alpha31"
|
||||
implementation 'com.macasaet.fernet:fernet-java8:1.4.2'
|
||||
testImplementation 'junit:junit:4.+'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
|
Reference in New Issue
Block a user