Skip to content

Commit

Permalink
updated default encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Oct 11, 2022
1 parent 24c4967 commit 8776bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memo/src/main/java/com/zeoflow/memo/MemoBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MemoBuilder @JvmOverloads constructor(context: Context = ApplicationInitia
get() {
return cryptoStorage
}
var encryption: Encryption = ConcealEncryption("c34f5345")
var encryption: Encryption = ConcealEncryption("default")
get() {
if (field is ConcealEncryption) {
if (!(field as ConcealEncryption).init()) {
Expand Down

0 comments on commit 8776bf6

Please sign in to comment.