FOSSBilling / Proxmox

Proxmox VM provisioning for FOSSBilling
GNU General Public License v3.0
31 stars 5 forks source link

[To-Do before 0.1.0 release] Current list of open tasks before 0.1.0 can be released. #26

Open Anuril opened 1 year ago

Anuril commented 1 year ago

This issue is intended as a collection of known issues that will need to be fixed before 0.1.0

Template Management System #13

IPAM #12

Other Issues

BelleNottelling commented 1 year ago

Encrypt / Decrypt the authentication information using FBs built-in crypto methods

We might want to look at these in-dept and ensure they are implemented in a way that's not flawed. They are untouched from BoxBilling code as far as I know so it might be in need of a rewrite. (Hopefully not, it's already in use to save module configs)

Anuril commented 1 year ago

They look pretty sound, the salt from the config file is used as symmetric key. https://github.com/FOSSBilling/FOSSBilling/blob/3d7132321a8def4373a5138cdbc7789e094ecd2c/src/library/Box/Crypt.php#L34

Might not be the longest key, but oh well.