$ wget https://github.com/cryptomator/cryptomator/releases/download/1.5.15/cryptomator-1.5.15-x86_64.AppImage \ https://github.com/cryptomator/cryptomator/releases/download/1.5.15/cryptomator-1.5.15-x86_64.AppImage.asc $ cat << __EOF__ > ./key -----BEGIN PGP PUBLIC KEY BLOCK----- : -----END PGP PUBLIC KEY BLOCK----- __EOF__ $ gpg --verify ./cryptomator-1.5.15-x86_64.AppImage.asc gpg: assuming signed data in './cryptomator-1.5.15-x86_64.AppImage' gpg: Signature made Wed Apr 21 19:48:10 2021 JST gpg: using RSA key 58117AFA1F85B3EEC154677D615D449FE6E6A235 gpg: Good signature from "Cryptobot <releases@cryptomator.org>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235 $ chmod u+x ./cryptomator-1.5.15-x86_64.AppImage $ ./cryptomator-1.5.15-x86_64.AppImage
public keyはダウンロードページからDownloadをクリックしたあとのページの「PGP Signature」をクリックしたときに表示されるものや,SECURITY.mdから
既定値(ファイル1つ)の状態にディレクトリとファイルを1つづつ作成した状態の暗号化領域.これをCryptomastにてfuse mountして利用する. eCryptFSやencFSのようにイメージファイルではなくファイル,ディレクトリになっているのでDropboxやNextcloud, GoogleDriveなどで使いやすい.
$ find . . ./masterkey.cryptomator.C84E9F23.bkup ./d ./d/G5 ./d/G5/K6LJII7JMEVXPBZBCVQ2TJQ675BUAM ./d/G5/K6LJII7JMEVXPBZBCVQ2TJQ675BUAM/XOQLtxhx05nVe5QHPNQNLqKzUAQ=.c9r ./d/G5/K6LJII7JMEVXPBZBCVQ2TJQ675BUAM/XOQLtxhx05nVe5QHPNQNLqKzUAQ=.c9r/dir.c9r ./d/G5/K6LJII7JMEVXPBZBCVQ2TJQ675BUAM/cWK5NT8V2Uue-fT6a26wWdU8yI8wD6VtPzQZ.c9r ./d/2M ./d/2M/MAR6MKFFQK2V6QF2I4ILNCASYHA2CD ./d/2M/MAR6MKFFQK2V6QF2I4ILNCASYHA2CD/FEy2GPk0m7f1no-U3t3Y6oo28IA=.c9r ./masterkey.cryptomator ./IMPORTANT.rtf
IMPORTANT.rtf の中身
⚠️金庫ファイル⚠️ ここは金庫のストレージ場所です。 次のことをしないでください: • このディレクトリ内のファイルを変更 • このディレクトリに暗号化するファイルを張り付け。 ファイルを暗号化したり金庫の内容を確認するには、次の方法に従ってください: 1. この金庫をCryptomator に追加する。 2. Cryptomator で金庫を解錠する。 3. "表示(Reveal)" ボタンを押してアクセス先を開く。 ヘルプが必要であれば、ドキュメントをお読みください: http://docs.cryptomator.org
$ java -jar ./cryptomator-cli-0.4.0.jar 14:01:37.499 [main] ERROR org.cryptomator.cli.CryptomatorCli - No vault specified. usage: java -jar cryptomator-cli.jar --bind localhost --port 8080 --vault mySecretVault=/path/to/vault --password mySecretVault=FooBar3000 --vault myOtherVault=/path/to/other/vault --password myOtherVault=BarFoo4000 --vault myThirdVault=/path/to/third/vault --passwordfile myThirdVault=/path/to/passwordfile --bind <WebDAV bind address> TCP socket bind address of the WebDAV server. Use 0.0.0.0 to accept all incoming connections. --password <Password of a vault> Format must be vaultName=password --passwordfile <Passwordfile for a vault> Format must be vaultName=passwordfile --port <WebDAV port> TCP port, the WebDAV server should listen on. --vault <Path of a vault> Format must be vaultName=/path/to/vault
コメント