a way to encode information to make the information unintelligible.
Questions tagged [scramble]
119 questions
1
vote
2 answers
How to randomize the columns in a selected row in PHP
The selected id will select the row and randomize. However, it could randomize the same elements.
For example:
'I like to play the piano.'
The output I'm expecting is randomized to eg. ' Play the like to I piano '
But what I receives sometimes…

user3678617
- 21
- 5
1
vote
3 answers
How to randomize letters correctly from an NSString
I am creating a word scrambler and I am having issues randomizing the letters. When the letters get randomized, it doesn't make sense.
For example, the word PARK shows as AAPA. So, as you can tell it won't make sense for the user when it is time to…

esierr1
- 117
- 3
- 12
1
vote
2 answers
How to scramble the words in a sentence - Python
I have created the following code to scramble the letters in a word (except for the first and last letters), but how would one scramble the letters of the words in a sentence; given the input asks for a sentence instead of a word. Thank you for your…

user3341166
- 11
- 1
- 1
- 2
1
vote
2 answers
batch file to scramble a sentence
I'm attempting to create a batch file that will take a pre-defined sentence and scramble it, then echo it to the user.
For example, predefined sentence:
I really enjoy writing batch files
Echo to user:
enjoy batch really files I writing
I understand…

RADRaze2KX
- 23
- 5
1
vote
2 answers
difference between video Scrambling and video Encryption
I am bit confused between video scrambling and video encryption. I know both are the ways to make the safe delivery of the content and both have de-scrambler and de-crypt and use a key as well but in DVB broadcast we use scrambling at CAS level and…

NitinG
- 893
- 3
- 21
- 38
1
vote
3 answers
Simple Python code to scramble descramble file contents
I'm looking for a small easy program to scramble and descramble a file's contents. The file is a zip file so it might contain any characters. Was thinking something like two's complement or something, but not sure how to do it in Python.
The reason…

Superdooperhero
- 7,584
- 19
- 83
- 138
1
vote
1 answer
Java Programming- Allowing blank lines from Scanner
I am trying to get my Java program to accept blank lines of text as input, as well as displaying them in the final output.
Basically I have made a word scrambling program, that is supposed to take in an unspecified amount of text from the Scanner,…

N1G3L
- 257
- 3
- 10
1
vote
2 answers
Exchanging the internal letters of words
How can you implement the "old" trick of scrambling the internal letters of words?
For those of you who don't know it Wikipedia describes it well.
As mentioned in the comment to this question this has had some research into the "research" originally…

Mark Hurd
- 10,665
- 10
- 68
- 101
1
vote
1 answer
PHP function to scramble javascript code?
Possible Duplicate:
How can I obfuscate JavaScript?
I was wondering if there's a way to just move javascript around. So let's say I have a javascript file. I like to be able to have the PHP function just move the JS functions, etc around so it's…

Scott Yu - builds stuff
- 11,673
- 8
- 42
- 55
0
votes
2 answers
Are there any algorithms for scrambling a word?
I am trying to make a word scrambler and am wondering if there are any algorithms I should use or if I should just build it from scratch. Any pointers would be helpful!

Aspyn
- 647
- 1
- 10
- 25
0
votes
1 answer
sencha touch / phonegap :: looking for code-scrambler
Does anybody have a good tip for a javascript code scrambler which runs good on sencha touch and phonegap?
thnx!

headkit
- 3,307
- 4
- 53
- 99
0
votes
1 answer
large image rotation in corona
i have an image with size 1162 x 16 which i want to rotate on the touch "moved phase" event ,
the problem is that when the image rotates it gets scrambled "pixelated", although it is not getting scaled ,
i tried with an image of size 128 x 128 but…

Israa.Kh
- 81
- 1
- 4
0
votes
1 answer
jQuery versions after 3.3.1 are corrupting html inserted in a page with .html()
For over 10 years now we have developed single page applications where an AJAX call goes out and downloads the text/html of an inner page from a template folder with all of our page content. When it downloads it the div inside index.htm where the…

Roger Garstang
- 71
- 8
0
votes
0 answers
Image filenames scrambled and folder structure lost in ftp view
Our developer removed and then replaced the public_html/images folder on our Joomla website using a migration script.
**The problem is:
a) all image files names have been scrambled
b) the folder filing structure has disappeared
c) maximum image…

Andano
- 1
0
votes
1 answer
(Python) Insert multiple elements into a list at different positions
I'm a student, I am working on a personal project which deals with images.
basically, I'm trying to make my own image scrambler, first I convert an image into 1D array of rgb values of image.
then I send this list into this function which basically…

UraniumX92
- 13
- 4