Remove plist dependency, fix length bug, import ciphers.plist.
[REMOVED] Java code no longer depends on ciphers.plist and net.sf.plist. [ADDED] Java code now explicitly defines the algorithm's templates. [FIXED] Java code now properly counts the site name and user name's byte length. [FIXED] Java code now explicitly uses 32-bit integers.
This commit is contained in:
@@ -184,7 +184,7 @@ public class EmergencyActivity extends Activity {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
final String sitePassword = masterKeyFuture.get().encode( siteName, type, counter );
|
||||
final String sitePassword = masterKeyFuture.get().encode( siteName, type, counter, variant, context );
|
||||
|
||||
runOnUiThread( new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user