Skip to content

Commit

Permalink
v0.29-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
stud0709 committed Jan 18, 2024
1 parent 3cf5657 commit ce34b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Expand Up @@ -98,7 +98,7 @@
<string name="decrypted_message_md_url">https://github.com/stud0709/OneMoreSecret/blob/master/decrypted_message.md</string>
<string name="key_import_md_url">https://github.com/stud0709/OneMoreSecret/blob/master/key_import.md</string>
<string name="new_private_key_md_url">https://github.com/stud0709/OneMoreSecret/blob/master/new_private_key.md</string>
<string name="crypto_address_generator_url">https://github.com/stud0709/OneMoreSecret/blob/master/TODO.md</string>
<string name="crypto_address_generator_url">https://github.com/stud0709/OneMoreSecret/blob/master/crypto_address_generator.md</string>
<string name="pin_setup_md_url">https://github.com/stud0709/OneMoreSecret/blob/master/pin_setup.md</string>
<string name="encrypt_file_md_url">https://github.com/stud0709/OneMoreSecret/blob/master/encrypt_file.md</string>
<string name="help_auto_type">Help (Auto-Type)</string>
Expand Down
2 changes: 1 addition & 1 deletion crypto_address_generator.md
Expand Up @@ -4,7 +4,7 @@ Personally, I am not into crypto currency, but nevertheless, it is a fascinating

Anyway: if you need a Bitcoin Cold Wallet, you can now use *OneMoreSecret* for that. It will generate a Bitcoin key pair and protect the private key in the same manner as all other secrets, so you will need your mobile phone to [access](./crypto_address.md) it again.

Apart from that, you can also generate a backup file, ~~print it out and dig it in your garden~~.
Apart from that, you can also generate a backup file (the private key data in it is also encrypted), ~~print it out and dig it in your garden~~.

Before you ask: **NO, *OneMoreSecret* is not a crypto wallet**, it does not store your crypto currency keys on the device.

Expand Down

0 comments on commit ce34b4f

Please sign in to comment.