# DES **Repository Path**: Tigerworm/DES ## Basic Information - **Project Name**: DES - **Description**: This Program Function is Des Encrypt or Decrypt , Built-in Key & VI [zkhx2019]. - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DES #### Description This Program Function is Des Encrypt or Decrypt , Built-in Key & VI [zkhx2019]. #### Software Architecture A Sample .Net Core Console Template Program. Use for Test .Net Core in Centos7 Platform Program Code. #### Installation 1. On Windows Platform , You need visit https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.105-windows-x64-installer , and download dotnet-sdk-2.2.105-win-x64.exe , when it Installation complete After in cmd / powershell , Call cmd : dotnet DESTool.dll 2. On Centos7 Platform , You neet visit https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.105-linux-x64-binaries , and download dotnet-sdk-2.2.105-linux-x64.tar.gz , #### Instructions 1.On Centos7 Platform ,Put dotnet-sdk-2.2.105-linux-x64.tar.gz in you Linux $HOME/dotnet folder 2.Before this Step you need run>> **_mkdir $HOME/dotnet_** 3.And then Use Tar cmd in terminal>> **_tar zxf dotnet-sdk-2.2.105-linux-x64.tar.gz_** 4.Next step in terminal>> **_sudo ln -s $HOME/dotnet/ /usr/local/bin_** 5.More Importent Step,Configuration Environment ~/.bashrc >> **_vi ~/.bashrc_** 6.**_export DOTNET_ROOT=$HOME/dotnet_** 7.**_export PATH=$PATH:$HOME/dotnet_** 6)Last step , :x Save File and Quit,Refresh Terminal,Test dotnet Command>> **_dotnet --version_**