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:
2021-12-13 23:41:08 +01:00
parent 9e12972677
commit 941cc2dc3f
3 changed files with 88 additions and 0 deletions

View File

@ -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'