A basic way of turning block ciphers to stream ciphers by dividing the stream into blocks and encrypting them using the same key.

ECB mode is insecure

ECB is an insecure mode of operation that leaks information about the plaintext. For instance, if two plaintext blocks happen to be the same, then they will be encrypted to the same ciphertext.