Search Results

Search: Posts Made By: anil_uvce
26,738
Posted By anil_uvce
hi drl, its not homework, its just that i m new...
hi drl,
its not homework, its just that i m new to shell
anyway thank you, i have embedded it with shell script its working fine thank you
26,738
Posted By anil_uvce
thanks fpmurphy and drl i am not using perl so...
thanks fpmurphy and drl
i am not using perl so i need to do it using shell script
hi fpmurphy,
add following line
myb64=`echo "$ciphertext"|base64`
expected result was Dz4sLCgwLTtu
but i am...
26,738
Posted By anil_uvce
Password1 xor with _(ASCII 95) ----------...
Password1 xor with _(ASCII 95)

---------- Post updated at 08:17 AM ---------- Previous update was at 05:03 AM ----------

Password1 xor _ then base64 encode
result should be Dz4sLCgwLTtu
...
26,738
Posted By anil_uvce
can u suggest me how to do that or is there any...
can u suggest me how to do that or is there any other option
26,738
Posted By anil_uvce
i have to xor two strings then i need to encode...
i have to xor two strings then i need to encode it using base64
this is requirement, i mean this is part of a automation were in i have to encode and decode password
26,738
Posted By anil_uvce
i have this code a_xor_b=$(( $a ^ $b )) were...
i have this code
a_xor_b=$(( $a ^ $b ))
were a and b both are strings
26,738
Posted By anil_uvce
XOR two strings
hi,
i am new to shell programming, can u please tell me how to perform XOr operation of two strings.
i tried to do xor using ^symbol but this doesnt work.
help me with this

Thanks
Showing results 1 to 7 of 7

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