You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a java project which accepts a word file or a text from the user and encrypts the file or text using a secret phrase from the user. It creates a matrix using the secret phrase, remaining alphanumeric characters, space, and other special characters (', (, ), *, +, -, ,, /, :, ;, <, =, >, [, ], ^, ?, .) and then uses the mat…