Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

windonis/Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

Basic-Cipher

Basic String Cipher

This is a simple encoder. Like Caesar Cipher. I plan to improve by adding the level scheme. Currently has return option :)

D:\Cipher> Import-Module .\Cipher.psm1
D:\Cipher> Get-Command -Module Cipher
CommandType Name Version Source
----------- ---- ------- ------
Function Set-Cipher 0.0 Cipher
D:\Cipher> Set-Cipher
Give Me Somethings: Happy SysAdmin Day
hyan asdd pyma psiy
D:\Cipher>
D:\Cipher> Get-CleanString
Give Me Encode Text: hyan asdd pyma psiy
happysysadminday
  • Adding the degree of difficulty.
  • Adding a decoding module.
PS /root> Set-Cipher Easy 
Give me something: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
lsmmfndt oupytttt rmlthiyi eiyeenpn msdxpgeg isutrasi pimoinen 
PS /root> Set-Cipher Medium
Give me something: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
lttiexui sotynptm muripgro mpmeneai fylimgsn nttysiie dthedspn 
PS /root> Set-Cipher Hard 
Give me something: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
litgnitt tsmremyh tomoagse itumisid eyrpfnis xnimynep uppeltdn 
PS /root> 

-[ ] Adding decoding with level properties. Now just decoding easy level text.

About

Basic String Encoder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /