Replies: 6 comments 5 replies
-
one of this will work sha256,sha384,sha512 |
Beta Was this translation helpful? Give feedback.
-
If you are running on Linux and have access to the command line, you can find the SHA256 hash by: |
Beta Was this translation helpful? Give feedback.
-
hi, I've created a web-app to create hashes for my extension updates. It uses php-function If you are interested I'll send my solution to you. |
Beta Was this translation helpful? Give feedback.
-
FWIW any of the modern browsers could help with the hashes and here's an implementation: https://hash-it.dgrammatiko.dev The source code is here: https://github.com/dgrammatiko/hash-it |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
-
thank you both |
Beta Was this translation helpful? Give feedback.
-
With joomla 4 you may use a hash key for updates. You will have to define it in you update.xml file. I tried this with using a key created by php's "hash_file" function but the created key caused a failure in the update with "invalid verification of key".
So far I did not find which tool to use to create correct keys. which can be used with a joomla update server - can anybody advise?
Beta Was this translation helpful? Give feedback.
All reactions