hello all I am writing ceaser cipher in java (to go along with a massive encryption tool when its all done)...
I just wanted a few opinions really...
should I include special characters? like punctuation ... if I leave puntuation out of a cipher it could be easier to decrypt ... example
hello bob, how is you're mother?
could looks like
gyrrq tqt, gqp dz uqi'wy fqmgyw?
obviously I can see that the first word is probably hello and that the second is a name or something to address someone due to the normal letter lay out if wrong I can for sure see the " ' " which would suggest "re" .... but if I remove all punctuation sentences can become hard to understand or meanings can change all together.
also should i make everything a standard lower case? this is my alphabet char array so far:
is this going a bit OTT? or good to allow proper communication? i need to add more special characters and maybe remove the caps (as most people would assume the first would be a cap in a sentence which allows a small amount of elimination)
26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Book, within a VM.
Mp3tag 3.35 by Razvan Serea
Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs.
Mp3tag supports the following audio formats:
Advanced Audio Coding (aac)
Free Lossless Audio Codec (flac)
Monkeys Audio (ape)
Mpeg Layer 3 (mp3)
MPEG-4 (mp4 / m4a / m4b / iTunes compatible)
Musepack (mpc)
Ogg Vorbis (ogg)
OptimFROG (ofr)
OptimFROG DualStream (ofs)
Speex (spx)
Toms Audio Kompressor (tak)
True Audio (tta)
Windows Media Audio (wma)
WavPack (wv)
Mp3tag 3.35 changelog:
This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details.
Download: Mp3tag 64-bit | 5.7 MB (Freeware)
Download: Mp3tag 32-bit | 5.2 MB
Link: Mp3tag Homepage | Screenshot
Get alerted to all of our Software updates on Twitter at @NeowinSoftware
It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to.
The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
Question
Original Poster
hello all I am writing ceaser cipher in java (to go along with a massive encryption tool when its all done)...
I just wanted a few opinions really...
should I include special characters? like punctuation ... if I leave puntuation out of a cipher it could be easier to decrypt ... example
hello bob, how is you're mother?
could looks like
gyrrq tqt, gqp dz uqi'wy fqmgyw?
obviously I can see that the first word is probably hello and that the second is a name or something to address someone due to the normal letter lay out if wrong I can for sure see the " ' " which would suggest "re" .... but if I remove all punctuation sentences can become hard to understand or meanings can change all together.
also should i make everything a standard lower case? this is my alphabet char array so far:
{'a', 'b', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '1',
'2', '3', '4', '5', '6', '7', '8', '9', '0', '\'', '\"', ',', '@', '[', ';', '#', ']', '-', '_', '~', '{', '}', '?', '*', '?',};
is this going a bit OTT? or good to allow proper communication? i need to add more special characters and maybe remove the caps (as most people would assume the first would be a cap in a sentence which allows a small amount of elimination)
opinions? thoughts? ideas? extras?
Link to comment
https://www.neowin.net/forum/topic/1154212-i-am-writing-a-ceaser-cipher/Share on other sites
14 answers to this question
Recommended Posts