1
。在此我的錯誤,當我想實現RSA算法在PHP中如何解決這個問題,似乎一切都還好,我沒有改變任何東西phpseclib錯誤bigInterger線X未發現
Fatal error: Class 'phpseclib\Math\BigInteger' not found in phpseclib/Crypt/RSA.php on line 509 this is line 509 in __construct method of RSA class
$this->zero = new BigInteger(0);
如何解決這個問題
無法使用2.0版而不使用自動加載器。 –