Victor Emanouilov
Victor Emanouilov
Yes, admin.txt is the encrypted storage for admin user settings including server details. Decryption is possible using the https://github.com/cypht-org/cypht/blob/master/lib/crypt.php#L75 Hm_Crypt_Base::plaintext function and passing your password as a key. You could...
Server-side storage encryption is needed to make it more secure against tampering or data-leak attacks. You can still make a small script to encrypt/decrypt the file and add the info...
Exposing the config file structure and encrypting only the sensitive information might be a configuration thing for Cypht 3.0. As Marc said, encryption of that file was pretty much around...
The code looks good to me for the purpose that @wangxiaoerYah states. I'd use .env file and lib directly in the cypht_setup_database php script instead of doing these long sed...
> Trying to download unavailable version, the latest version here https://googlechromelabs.github.io/chrome-for-testing/#stable is: `124.0.6367.91` but we are trying to download `24.0.6367.118` line https://github.com/cypht-org/cypht/blob/master/.github/tests/selenium/webdriver/webdriver.sh#L3 > > ``` > https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.118/linux64/chromedriver-linux64.zip > Resolving storage.googleapis.com...
Sounds good.
.github is specific to the CI, let's keep it there and not move it to tests. +1 for the rest - devs should just be able to run phpunit and...
I just noticed a huge docker entrypoint file trying to keep a hm3.ini file up to date - master and Cypht 2.0 is no longer using ini files for config...
> Where is cypht 2.0? Is that the same as master at this point? 2.0 has just been released. You can push your changes to master for upcoming releases (2.1+),...
Sure, upgrade what is needed!