OverviewYou learned in past courses that an algorithm is the set of instructions to follow for performing a procedure. The set of instructions for encrypting and decrypting data is called the cipher...

1 answer below »



Overview




You learned in past courses that an algorithm is the set of instructions to follow for performing a procedure. The set of instructions for encrypting and decrypting data is called the cipher algorithm. Many different cipher algorithms have been developed to encrypt data that could only be decrypted with a secret key and the original cipher algorithm.




As a developer, you’ll want to only use cipher algorithms that have not been broken. What that means is, cipher algorithms that can encrypt data and can only be decrypted with a secret key. You’ll want to recommend the use of this cipher algorithm to make certain the security of your data is in place. You’ll also need to understand which cipher algorithms you need to share encrypted data. To decrypt your data, you or the receiving party will need to have the secret key and use the same cipher algorithm originally used to encrypt the data.




In this assignment, you will identify appropriate algorithm ciphers to apply to a situation and justify your reasoning.




Directions




Artemis Financial is looking to encrypt their archive files. They need advice from you because you are the developer and security expert. They want advice about employing best practices for encrypting their long-term archive files. You’ll need to research and identify the best and most secure cipher available today. Then, you’ll recommend the algorithm cipher for file encryption that is most appropriate for Artemis Financial’s needs.




Your recommendations should be documented and delivered to Artemis Financial. This work will inform your continued work with Artemis Financial in Project Two. However, the specifics of this assignment will

not

be required as a deliverable in Project Two.




Specifically, you must address the following rubric criteria:










  1. Algorithm Cipher: Review the scenario and the Java Security Standard Algorithm Names, a standard list of algorithm ciphers provided by Oracle for recommending an appropriate encryption algorithm cipher. This resource is linked in the Supporting Materials section. Specifically, recommend an appropriate encryption algorithm cipher to deploy, given Artemis Financial’s security vulnerabilities.


    Consider the following points in your decision-making process:




    1. Consider security protection best practices to defend against various types of security attacks.



    2. Consider and identify all the risks in your recommendation.



    3. Consider the most current government regulations and how they will be met.



    4. How will this algorithm cipher be used?



    5. What is the best cipher, and why?



    6. What are the reasons why you might not choose the most secure cipher?


















  1. Justification: You have been asked to give a brief overview of the encryption algorithm cipher to justify your reasoning for recommendation to Artemis Financial. Consider the following points:




    1. What is the purpose of the cipher's hash functions and bit levels?



    2. Explain the use of random numbers, symmetric versus non-symmetric keys, and so on.



    3. Describe the history and current state of encryption algorithms.












What to Submit




Submit your recommendations as a 1- to 2-page Microsoft Word document with double spacing, 12-point Times New Roman font, and one-inch margins. Sources should be cited according to APA style.

Answered 1 days AfterJan 24, 2023

Answer To: OverviewYou learned in past courses that an algorithm is the set of instructions to follow for...

Vikas answered on Jan 26 2023
27 Votes
Assignment
1. Algorithm Cipher
1. We should use the Advanced Encryption Standard (AES) algorithm cipher for encrypting Artemis Financials’
archive files. AES is widely considered to be one of the most secure encryption algorithms available today and is designed to defend against various types of security attacks, including brute force attacks and differential cryptanalysis.
2. Consider and identify all the risks in your recommendation: One potential risk with using AES is that it is a symmetric key algorithm, which means that the same key must be used for both encrypting and decrypting the data. This requires secure key management and distribution, to ensure that the key is only accessible to authorized parties. Additionally, the security of AES is only as good.
3. AES can be used to encrypt files, messages, and other types of data. It can be used to protect sensitive information, such as financial data, personal information, and confidential business information. AES can be implemented in software or hardware, and it is supported by a wide range of programming languages, including Java, C++, and Python.
4. Based on my research, AES is considered to be the best cipher algorithm available today. This is because it has been widely adopted as a standard for encryption by the U.S. government and various industries, and it has been extensively analysed and found to be highly secure against...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here