Skip to content

Commit

Permalink
Small rectification!
Browse files Browse the repository at this point in the history
  • Loading branch information
jar0l committed Jul 31, 2018
1 parent f391b30 commit 9da78c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7929,10 +7929,10 @@ private static void ShowHelp (string cmd)
"\n\t- HC (Hongjun Cipher)\n\n" +
"\r Asymmetric Ciphers:\r\n" +
"\n\t- RSA (Rivest, Shamir and Adleman)" +
"\n\t- PGP (Pretty Good Privacy, Open, RFC 4880)" +
"\n\t- ELGAMAL" +
"\n\t- NACCACHE\n\n" +
"\r Hybrids:\r\n" +
"\n\t- PGP (Pretty Good Privacy, Open, RFC 4880)" +
"\n\t- ECIES (Elliptic Curve Integrated Encryption Scheme)" +
"\n\t- DLIES (Discrete Logarithm Integrated Encryption Scheme)\n\n" +
"\r Others:\r\n" +
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.6.4")]
[assembly: AssemblyFileVersion("1.1.6.4")]
[assembly: AssemblyVersion("1.1.6.5")]
[assembly: AssemblyFileVersion("1.1.6.5")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cross-platform Crypto Tool

**Introduction:**

Crypto is a command-line utility that allows you to encode, decode, encrypt, decrypt and digest with files of any size. It has more than 64 bases, 35 cipherers and 126 digestive algorithms.
Crypto is a command-line utility that allows you to encode, decode, encrypt, decrypt and digest with files of any size. It has more than 64 bases, 35 ciphers and 126 digestive algorithms.

**System requirements:**

Expand Down Expand Up @@ -307,12 +307,12 @@ List of available modes.
**Asymmetric Ciphers:**

RSA (Rivest, Shamir and Adleman)
PGP (Pretty Good Privacy, Open, RFC 4880)
ELGAMAL
NACCACHE

**Hybrids Ciphers:**
**Hybrid Ciphers:**

PGP (Pretty Good Privacy, Open, RFC 4880)
ECIES (Elliptic Curve Integrated Encryption Scheme)
DLIES (Discrete Logarithm Integrated Encryption Scheme)

Expand Down

0 comments on commit 9da78c4

Please sign in to comment.