Santatra00

Results 1 issues of Santatra00

This is the "original" code final key = await secureStorage.read(key: 'key'); final encryptionKey = base64Url.decode(key!); print('Encryption key: $encryptionKey'); final encryptedBox= await Hive.openBox('vaultBox', encryptionCipher: HiveAesCipher(encryptionKey)); 1- the variable encryptionKey is declared...