I believe I'm having some trouble with data type conversions. Currently I have an encrypted string stored in a database where the database column is of type bytea. When I fetch the record, Python ...
Are you looking for some specific API, or a general algorithm? I don't know the .NET API, but I'd guess there's a bignum class that could be instantiated with a specific radix, and then converted to a ...