You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encrypt standard input using the given sender private key and recipient public key. Prints two lines to standard output: first the nonce (hex), and then the box (hex).
Decrypt standard input using the given recipient private key and sender public key. The nonce must be given on the command line, and the box (hex) on standard input. Prints the decrypted message to standard output.
14
14
15
-
####Hash Email Address
15
+
####Hash Email Address
16
16
java -jar threema-msgapi-tool.jar -h -e <email>
17
17
Hash an email address for identity lookup. Prints the hash in hex.
18
18
19
-
####Hash Phone Number
19
+
####Hash Phone Number
20
20
java -jar threema-msgapi-tool.jar -h -p <phoneNo>
21
21
Hash a phone number for identity lookup. Prints the hash in hex.
Send a message from standard input with server-side encryption to the given ID. 'from' is the API identity and 'secret' is the API secret. Returns the message ID on success.
Encrypt standard input and send the message to the given ID. 'from' is the API identity and 'secret' is the API secret. Prints the message ID on success.
Encrypt standard input and send the message to the given ID. 'from' is the API identity and 'secret' is the API secret. Prints the message ID on success.
Encrypt the file (and thumbnail) and send a file message to the given ID. 'from' is the API identity and 'secret' is the API secret. Prints the message ID on success.
0 commit comments