Please, No Plagiarism Must be in your own words.
Design a hash function that uses any desired date as the salt. Demonstrate the operation of the function, including input values. Describe the benefits and shortcomings of the hash function.
In case of any doubt please comment, I am happy to assist you.
Please do rate my answer if you like it.
Coded in python:

Output:

CODE to COPY:
import hashlib
# function
def hash_function(string,salt):
hash_value=hashlib.sha256(string.encode()).hexdigest()
saltedresult= hash_value+salt
return saltedresult
#Ask details from user
yyyy = str(input("Enter year: "))
mm = str(input("Enter month: "))
dd=str(input("Enter date: "))
password= str(input("Enter the value which needs to be converted to
salt"))
salt = dd+mm+yyyy
print(hash_function(password,salt))
Benefits and shortcomings of hashing are:
Hashing is a cryptographic technique which we use to store passwords. Very simple to use and understand.
1. Hashing is a non-reversal process
2. Hashing provides best-improvised security and it is constant
3. It maintains integrity and Authenticity of data
Thank you, Have a great day:-)
Please, No Plagiarism Must be in your own words. Design a hash function that uses any...
Please no Plagiarism and must be in your own words 2-3 pages Discuss the benefits of technology to support Access Control.
Please, No Plagiarism must be in your own words. Reference: Kirk, Andy. Data Visualization: A Handbook for Data Driven Design. SAGE Publications. Please explain the four key stages with regards to data visualization workflow. Formulating your brief Working with data Establishing your editorial thinking Developing your design solution
Please no plagiarism and must be in your own words 800 Discuss how and why companies use cryptography.
Please, No Plagiarism must be in your own words Please explain Counter Methods for DDoS Attacks Co-operative Intrusion Detection System Cloud Trace Back Model (CTB) and Cloud Protector Confidence Based Filtering (CBF) Approach CLASSIE Packet Marking Approach Filtering Tree Approach Information Theory Based Metrics Method
Please No Plagiarism and must be in your own words -->Company Overview: Walmart -->Problem/Situation in Walmart -->Recommendations from an operational strategy standpoint Corporate Strategy Business Strategy Functional Strategy -->Recommendations from product and service standpoint Thank you!
Please from your own words and no Plagiarism and please right your answer here What are the main features of Web 2.0?
Please from your own words and no Plagiarism and please right your answer here Content proxy is a web service on your server that can fetch data from external URLs and return it to the browser. How does the proxy improve the load time for users?
Please no plagiarism and must be in your own words and provide the reference To identify the ethical issue with the use of cryptography in the US, Europe, and International cryptography. 1. The identifies the strengths and weakness in these regulations. 2. The researchers must present their opinion in these regulations whether they need to modify or changes and why? 3. What are the impacts on IT from these regulations? Will the required changes affect IT? Thanks!
Please from your own words and no Plagiarism and please right your answer here and writh here on your hand not in pics Running a large consumer web application for a mass audience is challenging task. The more users you have using your application, the more likely problems in application will arise. List two ways to Identify performance problems in web application.
A minimum of 200 words is required, and they must be your own words. Including figures and quotes is value-added, but they will not count against your 200 word requirement. Discussion Question 1: Compare and Contrast IPv4 and IPv6. Find examples of companies who are currently using IPv6. What are some of the benefits of using IPv6 over IPv4 and vise versa.