Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php interface PhabricatorSSHPublicKeyInterface { /** * Provide a URI for SSH key ..

Decoded Output download

<?php

interface PhabricatorSSHPublicKeyInterface {

  /**
   * Provide a URI for SSH key workflows to return to after completing.
   *
   * When an actor adds, edits or deletes a public key, they'll be returned to
   * this URI. For example, editing user keys returns the actor to the settings
   * panel. Editing device keys returns the actor to the device page.
   */
  public function getSSHPublicKeyManagementURI(PhabricatorUser $viewer);


  /**
   * Provide a default name for generated SSH keys.
   */
  public function getSSHKeyDefaultName();

  public function getSSHKeyNotifyPHIDs();

}
 ?>

Did this file decode correctly?

Original Code

<?php

interface PhabricatorSSHPublicKeyInterface {

  /**
   * Provide a URI for SSH key workflows to return to after completing.
   *
   * When an actor adds, edits or deletes a public key, they'll be returned to
   * this URI. For example, editing user keys returns the actor to the settings
   * panel. Editing device keys returns the actor to the device page.
   */
  public function getSSHPublicKeyManagementURI(PhabricatorUser $viewer);


  /**
   * Provide a default name for generated SSH keys.
   */
  public function getSSHKeyDefaultName();

  public function getSSHKeyNotifyPHIDs();

}

Function Calls

None

Variables

None

Stats

MD5 a8caf0fceba483b44fff0a89900cbcc1
Eval Count 0
Decode Time 89 ms