You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CFB cipher is deprecated and insecure, see: https://pkg.go.dev/crypto/cipher#NewCFBDecrypter
Because of the way goploader works, files created with the CFB cipher can't be decrypted using the CTR cipher. If you plan on upgrading, use a different path for your database and files.
BREAKING CHANGE: this will effectively invalidate all uplodaded files that used the CFB cipher.
All the downloads are available at [gpldr.in](https://gpldr.in) in the [clients](https://gpldr.in/#client-downloads) and [server](https://gpldr.in/#server-downloads) sections.
All the downloads are available in the [releases tab](https://github.com/depado/goploader/releases)
47
+
of this repository.
63
48
64
49
## Documentation
65
50
66
-
All the documentation is available at [gpldr.in](https://docs.gpldr.in). I intend to write a proper `README.md` file, but it takes a lot of work to transpose the existing documentation to the markdown format. So, work in progress.
67
-
51
+
All the documentation is available at [depado.github.io/goploader/](https://depado.github.io/goploader/).
68
52
69
53
## License
70
-
All the software in this repository is released under the MIT License. See [LICENSE](https://github.com/Depado/goploader/blob/master/LICENSE) for details.
54
+
55
+
All the software in this repository is released under the MIT License. See
56
+
[LICENSE](https://github.com/depado/goploader/blob/master/LICENSE) for details.
0 commit comments