Search Results

Search: Posts Made By: anil_uvce
26,712
Posted By fpmurphy
Here is an example of one way of handling the...
Here is an example of one way of handling the string XOR-ing with ASCII 95 issue in a Bash, Korn or Zsh shell:

plaintext="abcdefg"

echo "Plaintext: $plaintext"

cyphertext=""
for ((i=0; i <...
26,712
Posted By drl
Hi. With a perl helper: #!/usr/bin/env...
Hi.

With a perl helper:
#!/usr/bin/env bash

# @(#) s1 Demonstrate bit-string XOR, perl, with base64 encoding.

pe() { for _i;do printf "%s" "$_i";done; printf "\n"; }
pl() { pe;pe "-----"...
26,712
Posted By jim mcnamara
The xor operation is undefined in strings of...
The xor operation is undefined in strings of arbitrary length. Please tell us what you are trying to do, not how how you think it should be done.
278,286
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy