SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

ImportFromFile Method

Loads key from file.

Object Oriented Interface

public function doImportFromFile($path, $password);

Procedural Interface

secureblackboxlite_sshkeymanager_do_importfromfile($res, $path, $password);

Remarks

Use this method to read a key stored in a file. Path specifies the full path to the file, Password is a password to decrypt the private key.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]