SecureBox-ssh,sftp,scp and etc

3.6
27 reviews
5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Secure Box is an add-on application that offers additional commands for terminal applications (1)(2)(3).
Package includes secure shell commands (client, key management, file transfer, agent, daemon) and
commands for management of keys, X.509 certificates, digests and etc.
Note \"Pro\" version is full functional with integrated terminal and user interface than allows you easily to manage secure shell sessions and parameteres.

The Secure Shell (SSH) is a protocol for secure remote login and other secure network services over an insecure network.
It is intended to provide secure encrypted communications between two untrusted hosts over an insecure network.

Secure shell commands are port of PKIX-SSH (feature richest ssh implementation in the world) to Android platform.
PKIX-SSH offers widest range of supported key algorithms, chippers, macs for secure shell protocol.
For instance supported public key algorithms include X.509 certificate based keys:
EC : x509v3-ecdsa-sha2-nistp256, x509v3-ecdsa-sha2-nistp384, x509v3-ecdsa-sha2-nistp521
RSA : x509v3-rsa2048-sha256, x509v3-ssh-rsa, x509v3-sign-rsa
DSA : x509v3-ssh-dss, x509v3-sign-dss
as well public key algorithms based on plan public keys:
EC : ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
RSA : ssh-rsa, rsa-sha2-256, rsa-sha2-512
Ed25519 : ssh-ed25519
DSA : ssh-dss
Client and server support extension negotiation mechanism used in adaptive public key algorithm selection.

Auxiliary commands for management of keys, X.509 certificates, digests and etc are provided by OpenSSL command line tool.
This list of commands includes, but not limited to,
key management commands like ec and ecparam, rsa, dsa and dsaparam, genpkey and pkey,
commands for management of X.509 certificates, revocation list and authorities - x509, crl and ca,
commands for key data management - pkcs12, pkcs8 and pkcs7,
commands for operation will keys - pkeyutl,
time stamping authority tool - ts.

The complete list of commands including manual pages is available on application web-site.

Notes:
(1) Application is best integrated with terminal "TermOne Plus".
(2) Starting with Android 9.0 (Pie) SELinux permission are hardened and do not allow any more one application to share its file system tree. This prevent SecureBox to "export" packaged binaries for use by other applications. As work-around "TermOne Plus" (3.1) and SecureBox (2.1) start to "share user id". This is incompatible modification that requires reinstall of application. Another side effect is that terminal application have full access to SecureBox binaries and configuration files!
(3) Android 10.0 does not allow execution from "writable" directories. SecureBox 2.2 offers new packaging model suitable for Android 10.0. Also new packgind model requires respective support from terminal application - added in "TermOne Plus" 3.2.
Updated on
Jan 6, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.6
24 reviews
A Google user
November 3, 2019
due to additional google problems, fails to update. not so easy to use. surely it's very useful for someone willing to tolerate google-caused troubles..
1 person found this review helpful
Did you find this helpful?
Roumen Petrov
November 3, 2019
Due to hardened rules on Android 9.0 application has to "share user id". Side effect is that upgrade requires reinstallation and this is documented on google play and application site.
A Google user
June 22, 2019
Hangs at the first screen, options to install and prepend path greyed out, nothing to do.
3 people found this review helpful
Did you find this helpful?
Roumen Petrov
June 30, 2019
This mean that terminal application is installed and required permission are granted. Open terminal window and type pkix-ssh or openssl command.
Xiong Yang
September 17, 2022
Excellent secure classic app
Did you find this helpful?

What's new

Packaged with PKIX-SSH v11.6. Fixed crash on 64-bit Android OS-es. For other improvement see PKIX-SSH pages.
Use "androidx" packages as replacement of support libraries.