Re: Base64 Decode Problem/Question

2010-05-20 Thread Bruno Vetel
Doug Kehn writes: > Hi All, > Hi \n is not base64. Try with echo -n Bruno > I'm trying to decode a base64 encoded string. The problem I'm running in to > is that BIO_read() always returns 0. BIO_should_retry() and > BIO_should_read() also return 0 when BIO_read() returns 0. If the bas

Re: conversion function

2009-07-29 Thread Bruno VETEL
Bizhan Gholikhamseh (bgholikh) wrote: Hi All, Hello In our development enviroment we have an image signing system. Through some configuration we can create a pair of rsa public/private key by the system. The private key are kept by the system and never are release, however, through some HTT