Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

53
votes
7answers
43k views

Best way to use PHP to encrypt and decrypt?

I plan to store foreign account information for my users on my website, aka rapidshare username and passwords, etc... I want to keep information secure, but i know that if i md5 their information, i ...
17
votes
4answers
859 views

garble function contest

Remember that away message on aim that said how: Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the ...
9
votes
7answers
2k views

Obfuscate / Mask / Scramble personal information

I'm looking for a homegrown way to scramble production data for use in development and test. I've built a couple of scripts that make random social security numbers, shift birth dates, scramble ...
7
votes
3answers
248 views

How can I use TDD to solve a puzzle with an unknown answer?

Recently I wrote a Ruby program to determine solutions to a "Scramble Squares" tile puzzle: I used TDD to implement most of it, leading to tests that looked like this: it "has top, bottom, left, ...
4
votes
10answers
649 views

Code Golf - Word Scrambler

Please answer with the shortest possible source code for a program that converts an arbitrary plaintext to its corresponding ciphertext, following the sample input and output I have given below. ...
3
votes
3answers
161 views

Scramble a floating point number?

I need a repeatable pseudo-random function from floats in [0,1] to floats in [0,1]. I.e. given a 32-bit IEEE float, return a "different" one (as random as possible, given the 24 bits of mantissa). ...
1
vote
3answers
89 views

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!
1
vote
0answers
138 views

DVB-CSA-1 vs DVB-CSA-2

I need some help from mpeg2-ts DVB and broadcasting experts. Can someone tell me what is the difference between those algorithms in common.
1
vote
4answers
243 views

Are there any way to scramble strings in python?

I'm writing a code and I need to scramble the letters of strings from a list in python. For instance I have a list of strings like: l = ['foo', 'biology', 'sequence'] and I want something like ...
1
vote
6answers
172 views

Best way to replace string with random values exact length c#

I'm looking to replace a string with random values - and keep the same length. However, I'd like all characters to be replaced with chars, digits to be replaced with digits. I'm wondering the best ...
1
vote
3answers
229 views

Chars scrambling (C# and Javascript)

I need to scramble chars in word. And this scrambling must not be random. In other words, each time of scrambling (on the same word) the new result must be equal to last scramble result (on the same ...
1
vote
5answers
1k views

Scramble a column in SQL Server?

We have a web app we'd like to demo to prospects, but our best way of doing so is with existing data, for a full experience. Certainly, we don't want to do this with actual customer names or ...
1
vote
6answers
375 views

The best approach to scramble CSS definitions to a human-unreadable state throughout an ASP.NET application

I'm not sure if it will bring anything beyond saving on traffic through the removal of long-worded names, but I would definitely want to hide my system of namings, declarations and their organization. ...
0
votes
0answers
36 views

How to decode scrambled character encoding: è as \xc3\x83\xc2\x85\xc3\x82\xc2\xa0

I have data in CSV format that has been seriously scrambled character encoding wise, likely going back and forth between different software applications (LibreOffice Calc, Microsoft, Excel, Google ...
0
votes
1answer
89 views

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!
0
votes
1answer
79 views

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 ...
0
votes
0answers
155 views

How to scramble words in C program? [closed]

How can to make a program that will create scrambled words by circularly rotating the middle characters of each word by 1 character? Example: Type a Phrase: According to a research at an English ...
0
votes
5answers
134 views

How can I scramble a word with a factor?

I would like to scramble a word with a factor. The bigger the factor is, the more scrambled the word will become. For example, the word "paragraphs" with factor of 1.00 would become "paaprahrgs", and ...
0
votes
2answers
279 views

Form a word from a scrambled letters in java

i'm doing a game project,in which we have to form words dynamically with the given set of letters... the given set of letters may contain duplicate also.. while forming words we can use a letter from ...
0
votes
2answers
149 views

scramble function won't output

this function will not give me an output when tested in python's IDLE: import random def scramble(string): rlist = [] while len(rlist) < len(string): n = random.randint(0, len(string) ...
0
votes
1answer
230 views

Blackberry scrambled device ID in 8 characters unique

I need to scramble Device IDs on the Blackberry for privacy matter. When I call the function DeviceInfo.getDeviceId() I got a 9 characters number. After convert it in Hexa, I got the real PIN number ...
0
votes
3answers
96 views

Visual Studio weirdness

I have no one else to count unless this fantastic community, I know this is a non-programmer question but I can't figure it out why this is happening. To a client I developed, using 960.GS a layout ...