Skip to content

BlowFish encrypt issue #8

@skliarovartem

Description

@skliarovartem

in encrypt method we need to encrypt all blocks, so:
public function encrypt(block:ByteArray, index:Int32 = 0):Void {
var count:Int = block.length >>> 3;
var i:Int = 0;
for (i in 0...count)
encryptBlock(block, 8 * i, block, 8 * i);
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions