Specific to nonce there is nothing to worry about as there is a third private parameter which is kept in secret (one of the keys added in your wp_config.php file).
In general, there is no such thing as “closed source”, and all code can be read and interpreted by anyone that is willing to dedicate the time. The fact that it is easier for you to see how the code works do not make it by default better or worse security wise, and each case needs to be evaluated on its own merit.
In your case for example, the calculation of the nonce might be done perfectly but it might be made public because of some bug in the code.
Related Posts:
- Is wp_nonce_field vulnerable if you know the action name?
- Should I use wp_nonce_field on my contact form?
- Nonces and Cache
- Can I verify nonce which was generated on a different WP site?
- When is it useful to use wp_verify_nonce
- Help with forms and nonces
- not logged in users can’t submit form
- wp_create_nonce function doesn’t work inside a plugin?
- Using Contact Forms to Send Private Information [closed]
- Can you have more than one nonce on a page?
- How to stop direct HTTP POST to a PHP script?
- Should wordpress nonce be placed in html form or in javascript file
- whether a nonce is required for get type and get_query_var?
- CSRF attack to create USER
- Passing form data on submit
- wp_nonce for Front-End submission form not working
- CF7 for radio buttons only, ok?
- Is there a solution to expired nonces in forms when using full page caching that doesn’t involve configuring the cache?
- What is & used for
- How to define form action in JSF?
- Free or affordable OCR and ICR (handwriting recognition) SDK?
- What characters are allowed in an email address?
- How to include landing page with form submission?
- How to edit a user profile on the front end?
- How to display user registration form on front-end of the website?
- wp_verify_nonce vs check_admin_referer
- How to handle form submission?
- How does nonce verification work?
- What is an easy way to display a front-end user registration form?
- Are Nonces Useless?
- Add error message on password protected page
- Nonces can be reused multiple times? Bug / Security issue?
- How do WordPress Nonces Work?
- how to set from address according to the form input email address for wp_mail()?
- How to get current url in contact form 7
- Verify nonce in REST API?
- Is it safe to assume that a nonce may be validated more than once?
- How to pass on Google Adwords gclid variable to other pages
- Multiple ajax nonce requests
- using update_user_meta in form to set and get custom meta
- Stop wordpress automatically escaping $_POST data
- Best way to create multi-step form with data saved to user account for later updating?
- Nonce in settings API with tabbed navigation
- User registration problem in WordPress
- Creating a contact form without a plugin [closed]
- How to submit data from HTML form?
- Handling nonces for actions from guests to logged-in users
- Custom Registration Template/Page
- show image in mail contact form 7 [closed]
- Where should my plugin POST to?
- Submitting post to database then redirecting to paypal
- Registration form labels – add asterisk
- Autocomplete for taxonomy input boxes on a front end form
- Security – Ajax and Nonce use [closed]
- Sending form data via PHPMailer – How to action PHP script from a form
- How to create and retrieve data from a special registration form?
- Contact form 7 Dynamic text – placeholder on GET field
- Settings API erases itself?
- how to handle forms in multiple pages?
- set_query_var doesn’t seem to work on init hook
- How to send multipart form data to WordPress endpoint
- need to add attach thumbnail from my form
- Wp_mail Returning False on Server
- recommended practice for form submission
- Placeholders in Jetpack Contact Form [closed]
- Security around save_post hook
- wp_verify_nonce always returns false when logged in as admin
- How to update selective options on plugin settings page
- Built-in data validation function for URLs
- $_POST empty on submit (same code, same form submits normally on local server)
- Gravity Forms skip form if already filled out using cookie?
- Loading scripts & styles from a meta box callback function
- Checkbox won’t check when label is clicked
- One comment per user per post
- Confusion on WP Nonce usage in my Plugin
- Looking for a simple approach for handling user $_POST data without AJAX?
- Trying to save and display a wp_editor()
- How to return variables from admin-post.php
- Help with verifying google recaptcha in a custom form
- Setting specific image size for specific form upload file field
- Duplicating/Cloning Multiple Form Fields
- Nonces, AJAX, script variables & security in WordPress
- Contact forms going into spam folder
- Get data from dropdown and update page
- Mail Form in a modal box without plugin
- Using the WordPress selected() function
- When must I use and verify nonce?
- Performing a POST action on homepage goes to posts page
- Add contact form
- How am I able to get the value out of cookie array when I push a button?
- How do I check if AJAX nonces are implemented correctly?
- 404 on form submit [duplicate]
- How to Process Form Request
- Security checking in meta_box save is reluctant?
- How Could I sanitize the receive data from this code
- Form Processing
- Reset recaptcha contact form 7 [closed]
- Return to option page after running PHP script
- Saving checkbox/option list status?
- Customize reset password form redirect problem