I want to implement a specific algorithm (a combinaison of SHA and MD5) to encode passwords is there a way to override PwdEncryptor class specificly the encrypt method, i tried to add a package to my project with the same name of the original one com.liferay.portal.security.pwd but apparently it doesnt work
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in AUTHENTICATION
- Authenticate Flask rest API
- Sends a personalised error message from the back-end to the front-end with Nuxt-auth
- How to connect Spotify PKCE Authorization Boilerplate to Login-Button in React
- Laravel SPA auth with Sanctum
- _supabaseClient__WEBPACK_IMPORTED_MODULE_1__.supabase.auth.signIn is not a function
- My openID Authentication return 'You must have either https wrappers or curl enabled.'
- How to detect the Minimization of Custom Chrome Tabs on Android?
- Wordpress redirect to homepage after successfully logged in
- How to modify the prebuilt UI of authentication in aws amplify version 6 in React Native
- Creating a login system for my website, navlist not working?
- Receiving 400 bad request on post when customer auth handler is used
- Creating Azure B2B login system with Vue.js frontend & Python Django backend
- Gradio chatbot: how to export individual conversation histories?
- Set-Cookie header not forwarded by nginx to the client
- git asking for authentication when auth.json is present while running composer update
Related Questions in OVERRIDING
- can I override c++ operator[] with only one function?
- Hide Product Manufacturer name on Volusion product pages
- Visual Studio 2019 C# "Find All References" hides "Symbols without References" under "Not Applicable"
- Generic "Create" method in .NET Core that creates two entities
- Java reflection returning base type for Scala classes
- What methods inherited from the Object class should usually be overridden?
- How to add anchor to WTForms SubmitField?
- why can't we implement two interfaces that have methods with identical signature which one of them has a default implementation in java?
- Allowing PDF upload in product customization Prestashop 1.6: how to delete the uploaded file
- Override virtual generic method
- CMake: Selectively relinking function calls
- How to make method of subclass inherited from pathlib.Path return Path instead of the subclass
- How to change current date underline color react-dateRangePicker
- Redeclare "==" operator inside an extension type - Dart
- Javascript converting a set into an array returns an empty array caused by a website
Related Questions in LIFERAY
- Liferay DXP Service builder @BeanReference field is null
- How to customize mention notifications in liferay 7.3.5
- Could not find method compileOnly() for arguments
- "error: cannot find symbol import com.liferay.portal.kernel.uuid.PortalUUID;" in Liferay 7.4
- java:41: error: cannot find symbol import com.liferay.portal.kernel.uuid.PortalUUID; in liefray DXP
- liferay, how to add a new permission to liferay using admin panel portal
- Why jmeter/blazemeter is not recording web actions which are in angular?
- liferay-amd-loader - Missing react dependency error in Liferay react application
- Liferay 7.4 | How to Check File Entry Permissions in a Servlet?
- Liferay 7.4 GA107: Unresolved requirement: Import-Package: com.ironsoftware.ironpdf_ [Sanitized]
- Liferay 7.4 theme development with bootstrap/clay css variables in browser
- Liferay 7 Taglib issue with new module in Dev Studio
- Liferay 7.4 GA27+: DLURLHelperUtil.getPreviewURL returning old legacy URL format for Document and Media images
- Freemarker if statements inside html elements
- Uncaught TypeError: A.LiferayItemSelectorDialog is not a constructor - Liferay Portal 7.4 GA 105
Related Questions in LIFERAY-6
- Can I restrict deletion of web content only with approval using Liferay 6.2?
- liferay - how to render one portlet in another portlet
- how to change data type range in liferay
- Liferay 6.2, Amazon S3 TLS version problem, Invalid Bucket: null
- javax.servlet.ServletException: java.lang.NoClassDefFoundError: EntityLocalServiceUtil
- Adding Custom Login Flow for Liferay Portal 7.4.3
- How do I write a Liferay 6.2 remote service that accepts a file?
- Could not initialize class com.liferay.portal.model.impl.GroupImpl
- How to speed up reading files of a project in eclipse
- Liferay 6.2 GA6 - LDAP "userPassword" attribute can't be reached
- Override a specific class PwdEncryptor liferay 6.2
- Which page is served by Liferay for a friendlyURL for a user?
- Liferay 6.0 get WebForm-portlet data from db with java controller
- How to increase searched results snippet content size or length in liferay6.2
- Liferay 6.2 failed on startup with 500 error
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
First: Touching anything in this matter, coming up with extra-clever hashing, typically only weakens your system. You should leave cryptography and hashing to those who do this professionally. MD5 should be wiped from the list of useful hashes for password storage by now.
Further more, Liferay's default password hashing in 6.2 is PBKDF2WithHmacSHA1/160/128000 - so you'll actually weaken it by choosing something like your suggestion.
The technical answer to your question: I believe that Liferay 6.x didn't make the password hashing algorithms an extension point, so you're stuck with an ext plugin. If you're ever planning an upgrade though (and you should, Liferay 6.2 is 5 years out of date by now - and mocking with password hashing sounds like you're somewhat security-conscious) this is a great way to plant obstacles and prepare yourself to complain about high upgrade efforts later. Don't do this. Rather upgrade now and accept the industry standard.