base64 – POFTUT

Linux uuencode Command Tutorial with Examples

In the old times, there were different data or file transfer methods. Modems were popular at that time and this may create data related to encoding problems. uuencode is a command which will be used to encode given data or files into ASCII format. Converting ASCII format will prevent problems related Control Carachter. Syntax The … Read more

What Is Base64 and How To Encode and Decode Text?

What Is Base64 and How To Encode and Decode Text?

Base64 is an encoding and decoding algorithm. We need the encoding of some data in order to prevent storing and transmission problems. For example, If we try to transfer binary data it may create and affect some network devices because of its data structures. Base64 is generally used different applications like email and MIME, XML, … Read more

How To Generate Random Numbers and Password with OpenSSL Rand

OpenSSL is great library and tool set used in security related work. While talking security we can not deny that passwords and random numbers are important subjects. In this tutorial we will learn how to generate random numbers and passwords with OpenSSL. Generate Base64 Random Numbers Base64 is an encoding format used in applications and … Read more

Base64 and Default Password Projects

Up to now I have provided informative and technical posts about different IT domains like programming, network, security, linux and windows. In this post I want to talk about may other web projects. Those projects are mainly created for provide some service to the programmers and end users. Base64Encode.info and Base64decode.info Base64 is and encoding … Read more