ダウンロードリスト

プロジェクト概要

basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary unsafe connections like e-mail or terminal lines.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2005-05-09 19:49
0.4.1

Javaベースのb91enc 76文字の行にする(使用して、'- b'をスイッチ)は、それは便利なスタンドアロンツールのMIME互換性のある電子メールの添付ファイルを作成できるようになります出力をエンコードされたブレークすることができます。
タグ: Minor feature enhancements
Java-b91enc can break encoded output to lines of 76 characters now (using the '-b' switch), which makes it an useful stand-alone tool to create MIME compatible email attachments.

2005-04-27 18:36
0.4.0

エンコーダのストリームをより効果的に終了処理(時々 )、およびバッファメモリの1バイトを保存することができます動的に現在割り当てられている。 ""をチェックするのが正しい動作を確認するために実装されたビルドします。
タグ: Major feature enhancements
The encoder handles stream ends more effectively
(it can save one byte sometimes), and buffer
memory is allocated dynamically now. "make check"
was implemented to verify correct behavior of
builds.

2005-04-20 16:43
0.3.1

冗長モードが追加され、Javaベースのb91encは1つだけファイルの引数で再びコマンドラインの構文を受け入れます。
タグ: Minor feature enhancements
A verbose mode was added, and Java-b91enc accepts
command line syntax with only one FILE argument
again.

2005-04-17 22:18
0.3.0

このコードは、basE91のバックエンドはもっと普遍的な使用を許可するように再構成され、b91enc.java PHPでのビットの詳細は、Cのバージョンにも同様の、および実装が追加されました。
タグ: Minor feature enhancements
The code was restructured to allow a more universal use of the basE91 backend, b91enc.java is a bit more similar to the C version now, and an implementation in PHP was added.

2005-04-11 09:55
0.2.3

は、64の破損の出力では、デコーダのバグの可能性がありますビットシステムでは修正されました。 Javaクラスファイルのmanページとバージョン(- v)のスイッチと一緒に含まれている。
タグ: Minor bugfixes
A bug in the decoder that could result in corrupt output on 64-bit systems was fixed. Java class files were included along with a man page and a version (-v) switch.

プロジェクトリソース